release 2.0.75

This commit is contained in:
Anonymous275 2022-09-05 02:59:05 +03:00
parent 11d9375f36
commit d881c9faf6
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ void CheckLocalKey(){
for (char& c : Buffer) {
if (!std::isalnum(c) && c != '-') {
UpdateKey("");
UpdateKey(nullptr);
return;
}
}

View File

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