diff --git a/CMakeLists.txt b/CMakeLists.txt index 24a8a8a..6ef728b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/include/Common.h b/include/Common.h index a6aea21..0e3416c 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, 2 }; + static inline Version mVersion { 3, 9, 3 }; }; /// Used to static_assert in std::visit