Bump version to v3.8.4

This commit is contained in:
Tixx 2025-06-14 20:14:42 +02:00
parent bcb035bafc
commit 38c6766b2b
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, 8, 3 };
static inline Version mVersion { 3, 8, 4 };
};
void SplitString(std::string const& str, const char delim, std::vector<std::string>& out);