From 1f72a452317b78a27efac2de4383e5bc7be60406 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Fri, 29 Dec 2023 01:43:03 +0100 Subject: [PATCH] bump version number --- include/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Common.h b/include/Common.h index df26435..75260f3 100644 --- a/include/Common.h +++ b/include/Common.h @@ -134,7 +134,7 @@ private: static inline std::mutex mShutdownHandlersMutex {}; static inline std::deque mShutdownHandlers {}; - static inline Version mVersion { 3, 2, 0 }; + static inline Version mVersion { 3, 2, 1 }; }; void SplitString(std::string const& str, const char delim, std::vector& out);