From fd2f7134851ba9e53d7a1553fe3d062ace3f9a8c Mon Sep 17 00:00:00 2001 From: Lion Date: Tue, 21 May 2024 08:52:05 +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 2e886c4..cd8894d 100644 --- a/include/Common.h +++ b/include/Common.h @@ -150,7 +150,7 @@ private: static inline std::mutex mShutdownHandlersMutex {}; static inline std::deque mShutdownHandlers {}; - static inline Version mVersion { 3, 4, 1 }; + static inline Version mVersion { 3, 5, 0 }; }; void SplitString(std::string const& str, const char delim, std::vector& out);