From b54bd41de8ae42b36382aeaa8278d4f1a9b9f910 Mon Sep 17 00:00:00 2001 From: Beu Date: Mon, 9 Oct 2023 10:20:33 +0200 Subject: [PATCH] bump version --- MatchManagerSuite/MatchManagerCore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MatchManagerSuite/MatchManagerCore.php b/MatchManagerSuite/MatchManagerCore.php index dc503e4..5acaf30 100644 --- a/MatchManagerSuite/MatchManagerCore.php +++ b/MatchManagerSuite/MatchManagerCore.php @@ -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';