From 3bc3a4e65d6ff6ef28445efa6b9d3b3cec17182c Mon Sep 17 00:00:00 2001 From: Lukas Kremsmayr Date: Mon, 17 Sep 2018 11:24:05 +0200 Subject: [PATCH] Update ManiaControl.php updated version for new release --- core/ManiaControl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ManiaControl.php b/core/ManiaControl.php index 05ac6133..7f02d18d 100644 --- a/core/ManiaControl.php +++ b/core/ManiaControl.php @@ -52,7 +52,7 @@ class ManiaControl implements CallbackListener, CommandListener, TimerListener, /* * Constants */ - const VERSION = '0.230'; + const VERSION = '0.231'; const API_VERSION = '2013-04-16'; const MIN_DEDIVERSION = '2017-05-03_21_00'; const SCRIPT_TIMEOUT = 40;