From 116158793028de0937d429b6d44096fc2900c5fc Mon Sep 17 00:00:00 2001 From: Beu Date: Wed, 25 Jan 2023 18:24:14 +0100 Subject: [PATCH] bump version because of the website version management --- MatchManagerSuite/MatchManagerCore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MatchManagerSuite/MatchManagerCore.php b/MatchManagerSuite/MatchManagerCore.php index 8b1deef..05cbdb6 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 = 3.10; + const PLUGIN_VERSION = 4.0; const PLUGIN_NAME = 'MatchManager Core'; const PLUGIN_AUTHOR = 'Beu';