From 409a2501e9acd3ba6f933083a80214d2fdd30398 Mon Sep 17 00:00:00 2001 From: Anonymous-275 <36374260+Anonymous-275@users.noreply.github.com> Date: Mon, 2 Oct 2023 20:33:04 +0100 Subject: [PATCH] v2.1.1 --- include/Launcher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Launcher.h b/include/Launcher.h index e98f1bb..e018df2 100644 --- a/include/Launcher.h +++ b/include/Launcher.h @@ -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};