Skip to content

Commit

Permalink
Bump version to 2.1.1 for bug fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew D Jones committed Apr 14, 2020
1 parent dfbd10a commit f7ee65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/templates/Version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
inline static const std::string GetVersion() {
// The following line is executed only once on startup or on first call to
// function.
const static std::string Version = "2.1.0";
const static std::string Version = "2.1.1";
return Version;
}

0 comments on commit f7ee65c

Please sign in to comment.