bump version to *.85

This commit is contained in:
Lion Kortlepel 2024-02-09 15:00:08 +01:00 committed by Lion
parent 250be2ccdc
commit 7967ec38e8

View File

@ -62,7 +62,7 @@ std::string GetVer(){
return "2.0";
}
std::string GetPatch(){
return ".84";
return ".85";
}
std::string GetEP(char*P){