Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cpockrandt committed Mar 11, 2021
1 parent 6bad831 commit f5ab255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arg_parse.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,6 @@ class ArgParse {
}
};

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

0 comments on commit f5ab255

Please sign in to comment.