diff --git a/src/Startup.cpp b/src/Startup.cpp index d74763d..e1a3ffc 100644 --- a/src/Startup.cpp +++ b/src/Startup.cpp @@ -77,10 +77,10 @@ beammp_fs_string GetEN() { } std::string GetVer() { - return "2.4"; + return "2.5"; } std::string GetPatch() { - return ".1"; + return ".0"; } beammp_fs_string GetEP(const beammp_fs_char* P) {