diff --git a/src/Startup.cpp b/src/Startup.cpp index 7289d88..835c2dc 100644 --- a/src/Startup.cpp +++ b/src/Startup.cpp @@ -27,7 +27,7 @@ #include extern int TraceBack; -bool Dev = false; +bool Dev = true; int ProxyPort = 0; namespace fs = std::filesystem; @@ -81,10 +81,10 @@ std::string GetEN() { } std::string GetVer() { - return "2.0"; + return "2.1"; } std::string GetPatch() { - return ".99"; + return ".0"; } std::string GetEP(char* P) {