diff --git a/include/Common.h b/include/Common.h index 75260f39..21f2ca10 100644 --- a/include/Common.h +++ b/include/Common.h @@ -134,7 +134,7 @@ class Application final { static inline std::mutex mShutdownHandlersMutex {}; static inline std::deque mShutdownHandlers {}; - static inline Version mVersion { 3, 2, 1 }; + static inline Version mVersion { 3, 2, 2 }; }; void SplitString(std::string const& str, const char delim, std::vector& out);