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 = [&](){