Skip to content

Commit

Permalink
bump version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpockrandt committed Jan 4, 2022
1 parent e4e5f03 commit 9643238
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 = "v1.1.1";
const std::string ArgParse::version = "v1.2.0";
const std::string ArgParse::git_hash = xstr(GIT_HASH);
const std::string ArgParse::git_date = xstr(GIT_DATE);

0 comments on commit 9643238

Please sign in to comment.