Skip to content

Commit 38e83a5

Browse files
bneradtbneradt
authored andcommitted
Preparing version files for the v2.1.1 release
1 parent d00b465 commit 38e83a5

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.1.0";
25+
const std::string Proxy_Verifier_Version = "2.1.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.1.0")
2+
PartVersion("2.1.1")
33
PartName("proxy-verifier")
44

55
DependsOn([

0 commit comments

Comments
 (0)