update version to 3.1.3

This commit is contained in:
Lion Kortlepel 2023-12-09 20:01:53 +01:00
parent 5523a4fe4b
commit 9f01268538
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -135,7 +135,7 @@ private:
static inline std::mutex mShutdownHandlersMutex {};
static inline std::deque<TShutdownHandler> mShutdownHandlers {};
static inline Version mVersion { 3, 1, 2 };
static inline Version mVersion { 3, 1, 3 };
};
std::string ThreadName(bool DebugModeOverride = false);