From f62f44d4c053d12cfea64f7cae83fc7bc4f0fdde Mon Sep 17 00:00:00 2001 From: Anonymous275 <36374260+Anonymous-275@users.noreply.github.com> Date: Tue, 20 Sep 2022 22:27:26 +0300 Subject: [PATCH] version 2.0.77 --- src/Startup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Startup.cpp b/src/Startup.cpp index 1fcf244..cc80638 100755 --- a/src/Startup.cpp +++ b/src/Startup.cpp @@ -29,7 +29,7 @@ std::string GetVer(){ return "2.0"; } std::string GetPatch(){ - return ".76"; + return ".77"; } std::string GetEP(char*P){ static std::string Ret = [&](){