bump version

This commit is contained in:
Lion Kortlepel 2024-10-05 16:09:02 +02:00
parent 077bb6b1cd
commit b04c5068ea
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, 1 };
static inline Version mVersion { 3, 6, 0 };
};
void SplitString(std::string const& str, const char delim, std::vector<std::string>& out);