Skip to content

Commit

Permalink
bump version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cpockrandt committed Jul 16, 2021
1 parent cb41004 commit 519b603
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.0.0";
const std::string ArgParse::version = "v1.1.0";
const std::string ArgParse::git_hash = xstr(GIT_HASH);
const std::string ArgParse::git_date = xstr(GIT_DATE);

0 comments on commit 519b603

Please sign in to comment.