From 9f01268538b3fb37146c746647b9505ff0e7d2e5 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Sat, 9 Dec 2023 20:01:53 +0100 Subject: [PATCH] update version to 3.1.3 --- include/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Common.h b/include/Common.h index 6df1615..47b0812 100644 --- a/include/Common.h +++ b/include/Common.h @@ -135,7 +135,7 @@ private: static inline std::mutex mShutdownHandlersMutex {}; static inline std::deque mShutdownHandlers {}; - static inline Version mVersion { 3, 1, 2 }; + static inline Version mVersion { 3, 1, 3 }; }; std::string ThreadName(bool DebugModeOverride = false);