From 3aa6784627dbd2db93318e71b0f8c26c165ddafd Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Sun, 23 Oct 2022 17:45:42 +0200 Subject: [PATCH] bump version to 3.2.0 --- include/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Common.h b/include/Common.h index 89d59ef..ceb6e89 100644 --- a/include/Common.h +++ b/include/Common.h @@ -160,7 +160,7 @@ private: static inline std::mutex mShutdownHandlersMutex {}; static inline std::deque mShutdownHandlers {}; - static inline Version mVersion { 3, 1, 1 }; + static inline Version mVersion { 3, 2, 0 }; }; std::string ThreadName(bool DebugModeOverride = false);