bump version

This commit is contained in:
Lion Kortlepel 2024-01-08 17:43:54 +01:00
parent 21a7ca1b64
commit cebb2634a1
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, 1 };
static inline Version mVersion { 3, 2, 2 };
};
void SplitString(std::string const& str, const char delim, std::vector<std::string>& out);