diff --git a/src/Startup.cpp b/src/Startup.cpp index 321d8a8..b13c461 100644 --- a/src/Startup.cpp +++ b/src/Startup.cpp @@ -81,10 +81,10 @@ std::string GetEN() { } std::string GetVer() { - return "2.1"; + return "2.2"; } std::string GetPatch() { - return ".4"; + return ".0"; } std::string GetEP(char* P) {