Bump version

This commit is contained in:
Tixx 2025-01-18 21:40:07 +01:00
parent e90f1af109
commit ec21cbbe86
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, 2 };
static inline Version mVersion { 3, 8, 0 };
};
void SplitString(std::string const& str, const char delim, std::vector<std::string>& out);