Bump version to v3.9.3

This commit is contained in:
Tixx
2026-05-23 20:51:50 +02:00
parent 9bc22de9b0
commit 54f49d81e2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ include(cmake/Vcpkg.cmake) # needs to happen before project()
project(
"BeamMP-Server" # replace this
VERSION 3.9.2
VERSION 3.9.3
)
include(cmake/StandardSettings.cmake)
+1 -1
View File
@@ -129,7 +129,7 @@ private:
static inline std::mutex mShutdownHandlersMutex {};
static inline std::deque<TShutdownHandler> mShutdownHandlers {};
static inline Version mVersion { 3, 9, 2 };
static inline Version mVersion { 3, 9, 3 };
};
/// Used to static_assert in std::visit