From e316b89fb1916267e7bc32e317bb86dc0ce35b1d Mon Sep 17 00:00:00 2001 From: Anonymous275 <36374260+Anonymous-275@users.noreply.github.com> Date: Tue, 20 Sep 2022 22:26:51 +0300 Subject: [PATCH] bump 0.26 --- src/Startup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Startup.cpp b/src/Startup.cpp index 9f9bb8d..1fcf244 100755 --- a/src/Startup.cpp +++ b/src/Startup.cpp @@ -246,7 +246,7 @@ void EnableMP(){ } void PreGame(const std::string& GamePath){ - const std::string CurrVer("0.25.3.0"); + const std::string CurrVer("0.26.0.0"); std::string GameVer = CheckVer(GamePath); info("Game Version : " + GameVer); if(GameVer < CurrVer){