bump version to v3.5.1

This commit is contained in:
Lion Kortlepel 2024-09-19 17:24:57 +02:00
parent 73f494041a
commit 5319c2878a
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

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