diff --git a/cmake/templates/Version.h.in b/cmake/templates/Version.h.in index f23361897..0128e9695 100644 --- a/cmake/templates/Version.h.in +++ b/cmake/templates/Version.h.in @@ -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; }