diff --git a/src/Startup.cpp b/src/Startup.cpp index 393347e..492cbdb 100755 --- a/src/Startup.cpp +++ b/src/Startup.cpp @@ -26,7 +26,7 @@ std::string GetVer(){ return "2.0"; } std::string GetPatch(){ - return ".1"; + return ".2"; } std::string GetEP(char*P){ static std::string Ret = [&](){