From 5319c2878a194607e710cafcb9f4d2ef76d77a32 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Thu, 19 Sep 2024 17:24:57 +0200 Subject: [PATCH] bump version to v3.5.1 --- include/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Common.h b/include/Common.h index 94fe8c3..12bd2a7 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, 0 }; + static inline Version mVersion { 3, 5, 1 }; }; void SplitString(std::string const& str, const char delim, std::vector& out);