bump version to 3.2.0

due to new features like ENV reading this is now a feature release, so minor
This commit is contained in:
Lion 2023-12-28 11:56:25 +01:00 committed by GitHub
parent 6e04b2d93a
commit c7e228fbae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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