From 0c740ccedfab119f3310b2f5b1080d17b06c2cbd Mon Sep 17 00:00:00 2001 From: Lion Date: Wed, 8 May 2024 12:01:33 +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 bb28a64..4eb9981 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, 3, 0 }; + static inline Version mVersion { 3, 4, 0 }; }; void SplitString(std::string const& str, const char delim, std::vector& out);