From b04c5068ea6f681da68f2ce1ebdd8089c985c81a Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Sat, 5 Oct 2024 16:09:02 +0200 Subject: [PATCH] bump version --- include/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Common.h b/include/Common.h index 12bd2a7..f6721c1 100644 --- a/include/Common.h +++ b/include/Common.h @@ -127,7 +127,7 @@ private: static inline std::mutex mShutdownHandlersMutex {}; static inline std::deque mShutdownHandlers {}; - static inline Version mVersion { 3, 5, 1 }; + static inline Version mVersion { 3, 6, 0 }; }; void SplitString(std::string const& str, const char delim, std::vector& out);