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