From c7e228fbae32f6c653aa94cf750e25ec11326ca5 Mon Sep 17 00:00:00 2001 From: Lion Date: Thu, 28 Dec 2023 11:56:25 +0100 Subject: [PATCH] bump version to 3.2.0 due to new features like ENV reading this is now a feature release, so minor --- include/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Common.h b/include/Common.h index 85e6202..4fc4b0b 100644 --- a/include/Common.h +++ b/include/Common.h @@ -133,7 +133,7 @@ private: static inline std::mutex mShutdownHandlersMutex {}; static inline std::deque mShutdownHandlers {}; - static inline Version mVersion { 3, 1, 4 }; + static inline Version mVersion { 3, 2, 0 }; }; std::string ThreadName(bool DebugModeOverride = false);