From 0aae245054cdc8756592e70aa739a91e849b2a6a Mon Sep 17 00:00:00 2001 From: Anonymous275 <36374260+Anonymous-275@users.noreply.github.com> Date: Sat, 24 Sep 2022 00:37:29 +0300 Subject: [PATCH] release 2.0.78 --- src/Startup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Startup.cpp b/src/Startup.cpp index cc80638..acc94aa 100755 --- a/src/Startup.cpp +++ b/src/Startup.cpp @@ -29,7 +29,7 @@ std::string GetVer(){ return "2.0"; } std::string GetPatch(){ - return ".77"; + return ".78"; } std::string GetEP(char*P){ static std::string Ret = [&](){