bump version to 3.1.4

This commit is contained in:
Lion Kortlepel 2023-12-21 13:05:33 +01:00
parent defadf094f
commit ac41547123
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

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