bump to 2.1.3

This commit is contained in:
Lion Kortlepel 2024-09-23 23:13:01 +02:00
parent e348d59a7e
commit 53c514ecc6
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -84,7 +84,7 @@ std::string GetVer() {
return "2.1";
}
std::string GetPatch() {
return ".2";
return ".3";
}
std::string GetEP(char* P) {