Skip to content

Commit

Permalink
Preparing for the v1.14.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bneradt authored and bneradt committed Jan 20, 2021
1 parent 5e97ff9 commit 663f66b
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 = "1.14.3";
const std::string Proxy_Verifier_Version = "1.14.4";

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("1.14.3")
PartVersion("1.14.4")
PartName("proxy-verifier")

DependsOn([
Expand Down

0 comments on commit 663f66b

Please sign in to comment.