bump version to bypass site issue

This commit is contained in:
Beu 2024-03-13 16:40:38 +01:00
parent 8520ee7b9e
commit 65e8fb2454
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ use ManiaControl\Callbacks\TimerListener; // for pause
class MatchManagerCore implements CallbackListener, CommandListener, TimerListener, CommunicationListener, Plugin {
const PLUGIN_ID = 152;
const PLUGIN_VERSION = 4.10;
const PLUGIN_VERSION = 5.0;
const PLUGIN_NAME = 'MatchManager Core';
const PLUGIN_AUTHOR = 'Beu';