bump version to 3.1.2

This commit is contained in:
Lion Kortlepel 2023-12-03 17:49:12 +01:00
parent 22805af716
commit 7f206fd0d4
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

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