This commit is contained in:
Anonymous-275
2023-10-02 20:33:04 +01:00
parent ce4e651af9
commit 409a2501e9

View File

@@ -70,7 +70,7 @@ class Launcher {
public: // variables
static inline std::thread EntryThread{};
static inline std::string Version{"2.1"};
static inline std::string FullVersion{Version + ".0"};
static inline std::string FullVersion{Version + ".1"};
private: // variables
uint32_t GamePID{0};