Skip to content

Commit

Permalink
Prepare for the v2.8.0 release (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
bneradt authored May 5, 2023
1 parent 4f93543 commit e13718f
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.7.0";
const std::string Proxy_Verifier_Version = "2.8.0";

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

DependsOn([
Expand Down

0 comments on commit e13718f

Please sign in to comment.