bump version number

This commit is contained in:
Lion Kortlepel 2023-12-29 01:43:03 +01:00
parent 002223afda
commit 1f72a45231
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

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