This commit is contained in:
Anonymous-275
2021-03-31 23:18:09 +03:00
parent 54a27f5c4c
commit b40ab5e36a
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ std::string GetVer(){
return "2.0";
}
std::string GetPatch(){
return "";
return ".1";
}
std::string GetEP(char*P){
static std::string Ret = [&](){