From 8ad92ad503e0d75542358d91550bcc69618d7d78 Mon Sep 17 00:00:00 2001 From: Anonymous275 <36374260+Anonymous-275@users.noreply.github.com> Date: Mon, 19 Sep 2022 20:30:51 +0300 Subject: [PATCH] bump 0.26 --- include/Launcher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Launcher.h b/include/Launcher.h index ba35795..32c2eff 100644 --- a/include/Launcher.h +++ b/include/Launcher.h @@ -63,7 +63,7 @@ class Launcher { public: // variables static inline std::thread EntryThread{}; - static inline VersionParser SupportedVersion{"0.25.4.0"}; + static inline VersionParser SupportedVersion{"0.26.0.0"}; static inline std::string Version{"2.0"}; static inline std::string FullVersion{Version + ".99"};