Skip to content

Commit

Permalink
Prepare for v2.12.1 (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
bneradt authored Aug 12, 2024
1 parent 36aff6e commit 23a3a2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion local/include/core/ArgParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ constexpr unsigned MORE_THAN_ONE_ARG_N = ~0u - 1u;
constexpr int INDENT_ONE = 32;
constexpr int INDENT_TWO = 46;

const std::string Proxy_Verifier_Version = "2.12.0";
const std::string Proxy_Verifier_Version = "2.12.1";

namespace ts
{
Expand Down
2 changes: 1 addition & 1 deletion local/parts/proxy-verifier.part
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Import("*")
PartVersion("2.12.0")
PartVersion("2.12.1")
PartName("proxy-verifier")

DependsOn([
Expand Down

0 comments on commit 23a3a2c

Please sign in to comment.