From 5655164e608024886a5e04038bc727a473635e55 Mon Sep 17 00:00:00 2001 From: Anonymous275 <36374260+Anonymous-275@users.noreply.github.com> Date: Sun, 25 Sep 2022 20:37:46 +0300 Subject: [PATCH] bump 2.0.80 --- src/Startup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Startup.cpp b/src/Startup.cpp index 4e854e9..a21d5a1 100755 --- a/src/Startup.cpp +++ b/src/Startup.cpp @@ -29,7 +29,7 @@ std::string GetVer(){ return "2.0"; } std::string GetPatch(){ - return ".79"; + return ".80"; } std::string GetEP(char*P){ static std::string Ret = [&](){