Skip to content

Commit 4bb3c87

Browse files
committed
bump version 1.1.1
1 parent 7e7bfb6 commit 4bb3c87

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 = "v1.1.0";
472+
const std::string ArgParse::version = "v1.1.1";
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)