Common: missed semicolon

This commit is contained in:
Lion Kortlepel
2021-08-02 14:06:00 +02:00
parent 1e2f060107
commit 1444d91e7e
3 changed files with 2 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ private:
static inline std::mutex mShutdownHandlersMutex {};
static inline std::deque<TShutdownHandler> mShutdownHandlers {};
static inline Version mVersion { 2, 2, 0 };
static inline Version mVersion { 2, 3, 0 };
};
std::string ThreadName(bool DebugModeOverride = false);