We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6481910 commit 7c7865fCopy full SHA for 7c7865f
local/include/core/ArgParser.h
@@ -22,7 +22,7 @@ constexpr unsigned MORE_THAN_ONE_ARG_N = ~0u - 1u;
22
constexpr int INDENT_ONE = 32;
23
constexpr int INDENT_TWO = 46;
24
25
-const std::string Proxy_Verifier_Version = "2.10.1";
+const std::string Proxy_Verifier_Version = "2.11.0";
26
27
namespace ts
28
{
local/parts/proxy-verifier.part
@@ -1,5 +1,5 @@
1
Import("*")
2
-PartVersion("2.10.1")
+PartVersion("2.11.0")
3
PartName("proxy-verifier")
4
5
DependsOn([
0 commit comments