From 16993237c2676727917152196f093fe780e7ec52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Schro=CC=88der?= Date: Wed, 18 Dec 2013 12:15:48 +0100 Subject: [PATCH] Change Version to 0.01 --- 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 a1c2c2e9..4f3a7cd1 100644 --- a/application/core/ManiaControl.php +++ b/application/core/ManiaControl.php @@ -57,7 +57,7 @@ class ManiaControl implements CommandListener { /** * Constants */ - const VERSION = '0.1'; + const VERSION = '0.01'; const API_VERSION = '2013-04-16'; const DATE = 'd-m-y h:i:sa T';