Skip to content

Commit

Permalink
Preparing for the v2.4.2 release (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
bneradt authored Sep 27, 2022
1 parent 6a9ef42 commit 3289784
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.4.1";
const std::string Proxy_Verifier_Version = "2.4.2";

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.4.1")
PartVersion("2.4.2")
PartName("proxy-verifier")

DependsOn([
Expand Down

0 comments on commit 3289784

Please sign in to comment.