From 298ef33ab7e9452a73f876171da76a284aeebfe5 Mon Sep 17 00:00:00 2001 From: Anonymous-275 Date: Sat, 3 Jul 2021 17:11:56 +0300 Subject: [PATCH] V2.0.61 --- src/Startup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Startup.cpp b/src/Startup.cpp index 006a3cb..a717618 100755 --- a/src/Startup.cpp +++ b/src/Startup.cpp @@ -29,7 +29,7 @@ std::string GetVer(){ return "2.0"; } std::string GetPatch(){ - return ".7"; + return ".61"; } std::string GetEP(char*P){ static std::string Ret = [&](){