bump version

This commit is contained in:
Lion 2024-05-08 12:01:33 +02:00 committed by GitHub
parent b0cf5c7838
commit 0c740ccedf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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