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