From 200f199c066d9eeef67db38fcd7e97921b4f4a14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Schro=CC=88der?= Date: Tue, 29 Apr 2014 23:31:30 +0200 Subject: [PATCH] increased version number after public beta release --- application/core/ManiaControl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/core/ManiaControl.php b/application/core/ManiaControl.php index 533b2829..5ac68bc8 100644 --- a/application/core/ManiaControl.php +++ b/application/core/ManiaControl.php @@ -45,7 +45,7 @@ class ManiaControl implements CommandListener, TimerListener { /* * Constants */ - const VERSION = '0.02'; + const VERSION = '0.1'; const API_VERSION = '2013-04-16'; const MIN_DEDIVERSION = '2014-04-02_18_00'; const OS_UNIX = 'Unix';