From 039a44bba55a4700e60fd6c43a0fd55788db3cc9 Mon Sep 17 00:00:00 2001 From: Tixx <83774803+WiserTixx@users.noreply.github.com> Date: Thu, 31 Jul 2025 17:26:14 +0200 Subject: [PATCH] Bump version to v3.8.5 --- include/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Common.h b/include/Common.h index 11305d5..9fedb90 100644 --- a/include/Common.h +++ b/include/Common.h @@ -129,7 +129,7 @@ private: static inline std::mutex mShutdownHandlersMutex {}; static inline std::deque mShutdownHandlers {}; - static inline Version mVersion { 3, 8, 4 }; + static inline Version mVersion { 3, 8, 5 }; }; void SplitString(std::string const& str, const char delim, std::vector& out);