bump to 1.80.8

This commit is contained in:
Anonymous275 2020-12-27 23:34:19 +02:00
parent 3572a188d1
commit 6b4211d9cf

View File

@ -27,7 +27,7 @@ std::string GetVer(){
return "1.80";
}
std::string GetPatch(){
return ".7";
return ".8";
}
void ReLaunch(int argc,char*args[]){
std::string Arg;