bump version

This commit is contained in:
Lion Kortlepel 2024-10-05 21:05:02 +02:00
parent 768f11f6ec
commit fcb51adcb8
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

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