diff --git a/src/main.cpp b/src/main.cpp index 68de686..9aa7095 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -7,8 +7,8 @@ constexpr unsigned PYR_VERSION_MAJOR = 2; constexpr unsigned PYR_VERSION_MINOR = 1; -constexpr unsigned PYR_VERSION_MICRO = 0; -constexpr const char* PYR_VERSION = "v2.1.0"; +constexpr unsigned PYR_VERSION_MICRO = 1; +constexpr const char* PYR_VERSION = "v2.1.1"; Logger logger("BDSpyrunner");