From d56d9892c4d63ed86614c5106e4c17a338f9a616 Mon Sep 17 00:00:00 2001 From: Tixx <83774803+WiserTixx@users.noreply.github.com> Date: Wed, 1 Apr 2026 00:40:30 +0200 Subject: [PATCH] Bump version to 3.9.2 --- include/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Common.h b/include/Common.h index 0e8fb74..7759e43 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, 9, 1 }; + static inline Version mVersion { 3, 9, 2 }; }; void SplitString(std::string const& str, const char delim, std::vector& out);