bump version

This commit is contained in:
Beu 2023-10-09 10:20:33 +02:00
parent 9b85fd0b26
commit b54bd41de8
1 changed files with 1 additions and 1 deletions

View File

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