Skip to content

Commit e0f6444

Browse files
authored
Preparing for v2.10.1 release (#286)
1 parent eb6960a commit e0f6444

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

local/include/core/ArgParser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ constexpr unsigned MORE_THAN_ONE_ARG_N = ~0u - 1u;
2222
constexpr int INDENT_ONE = 32;
2323
constexpr int INDENT_TWO = 46;
2424

25-
const std::string Proxy_Verifier_Version = "2.10.0";
25+
const std::string Proxy_Verifier_Version = "2.10.1";
2626

2727
namespace ts
2828
{

local/parts/proxy-verifier.part

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Import("*")
2-
PartVersion("2.10.0")
2+
PartVersion("2.10.1")
33
PartName("proxy-verifier")
44

55
DependsOn([

0 commit comments

Comments
 (0)