change wrong version number

lol

Co-authored-by: Lion <development@kortlepel.com>
This commit is contained in:
SaltySnail 2024-05-25 20:45:53 +02:00 committed by GitHub
parent 135008a73c
commit 419a951c29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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