From 976ab68ca37ad32b21e75c885426b4f4b05af3c8 Mon Sep 17 00:00:00 2001 From: Tixx <83774803+WiserTixx@users.noreply.github.com> Date: Tue, 5 Nov 2024 23:13:46 +0100 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 d56630f..6094dbb 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, 7, 0 }; + static inline Version mVersion { 3, 7, 1 }; }; void SplitString(std::string const& str, const char delim, std::vector& out);