From fdb7c9ce716723f5d4d12bcc12f7d7c7374794ed Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Thu, 3 Feb 2022 19:57:25 +0100 Subject: [PATCH] update version to 3.1.0 --- include/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Common.h b/include/Common.h index 2cf15b9..9e0ee3e 100644 --- a/include/Common.h +++ b/include/Common.h @@ -119,7 +119,7 @@ private: static inline std::mutex mShutdownHandlersMutex {}; static inline std::deque mShutdownHandlers {}; - static inline Version mVersion { 3, 0, 1 }; + static inline Version mVersion { 3, 1, 0 }; }; std::string ThreadName(bool DebugModeOverride = false);