Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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