Bump version to 3.2.0 (#231)

Due to new features like ENV reading this is now a feature release, so
minor
This commit is contained in:
Lion 2023-12-28 12:16:05 +01:00 committed by GitHub
commit 1adf19d416
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::deque<TShutdownHandler> mShutdownHandlers {};
static inline Version mVersion { 3, 1, 4 };
static inline Version mVersion { 3, 2, 0 };
};
std::string ThreadName(bool DebugModeOverride = false);