bump version

This commit is contained in:
Lion Kortlepel
2024-10-05 21:05:02 +02:00
parent 768f11f6ec
commit fcb51adcb8

View File

@@ -81,10 +81,10 @@ std::string GetEN() {
}
std::string GetVer() {
return "2.1";
return "2.2";
}
std::string GetPatch() {
return ".4";
return ".0";
}
std::string GetEP(char* P) {