From 65e8fb2454bfb04a43b4247100239d483ef43777 Mon Sep 17 00:00:00 2001 From: Beu Date: Wed, 13 Mar 2024 16:40:38 +0100 Subject: [PATCH] bump version to bypass site issue --- MatchManagerSuite/MatchManagerCore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MatchManagerSuite/MatchManagerCore.php b/MatchManagerSuite/MatchManagerCore.php index 82a9349..43b9729 100644 --- a/MatchManagerSuite/MatchManagerCore.php +++ b/MatchManagerSuite/MatchManagerCore.php @@ -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';