From b4d4967529d28ccf8c073132389bad58a7ae148c Mon Sep 17 00:00:00 2001 From: Tixx <83774803+WiserTixx@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:52:58 +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 85f423f..9a4edde 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, 1 }; + static inline Version mVersion { 3, 7, 2 }; }; void SplitString(std::string const& str, const char delim, std::vector& out);