Bump version

This commit is contained in:
Tixx 2024-12-09 09:52:58 +01:00
parent 51c24b82fe
commit b4d4967529
No known key found for this signature in database
GPG Key ID: EC6E7A2BAABF0B8C

View File

@ -127,7 +127,7 @@ private:
static inline std::mutex mShutdownHandlersMutex {};
static inline std::deque<TShutdownHandler> mShutdownHandlers {};
static inline Version mVersion { 3, 7, 1 };
static inline Version mVersion { 3, 7, 2 };
};
void SplitString(std::string const& str, const char delim, std::vector<std::string>& out);