We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e7bfb6 commit 4bb3c87Copy full SHA for 4bb3c87
src/arg_parse.hpp
@@ -469,6 +469,6 @@ class ArgParse {
469
}
470
};
471
472
-const std::string ArgParse::version = "v1.1.0";
+const std::string ArgParse::version = "v1.1.1";
473
const std::string ArgParse::git_hash = xstr(GIT_HASH);
474
const std::string ArgParse::git_date = xstr(GIT_DATE);
0 commit comments