From ea9c80823366f7762fb453b1f6534f05a7f4c0f6 Mon Sep 17 00:00:00 2001 From: Tixx <83774803+WiserTixx@users.noreply.github.com> Date: Mon, 5 May 2025 23:53:17 +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 879209e..1c4c7b6 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, 8, 2 }; + static inline Version mVersion { 3, 8, 3 }; }; void SplitString(std::string const& str, const char delim, std::vector& out);