Skip to content

Commit f5ab255

Browse files
committed
bump version
1 parent 6bad831 commit f5ab255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arg_parse.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,6 @@ class ArgParse {
469469
}
470470
};
471471

472-
const std::string ArgParse::version = "v0.9.0";
472+
const std::string ArgParse::version = "v1.0.0";
473473
const std::string ArgParse::git_hash = xstr(GIT_HASH);
474474
const std::string ArgParse::git_date = xstr(GIT_DATE);

0 commit comments

Comments
 (0)