Bump version to v2.6.0

This commit is contained in:
Tixx
2025-09-16 16:38:55 +02:00
parent ae6e5b51bf
commit 77f3375658

View File

@@ -84,10 +84,10 @@ beammp_fs_string GetEN() {
}
std::string GetVer() {
return "2.5";
return "2.6";
}
std::string GetPatch() {
return ".1";
return ".0";
}
beammp_fs_string GetEP(const beammp_fs_char* P) {