From 629f6e60a4c94a1b3202c1d6f1e85aec512d72b8 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Thu, 26 Mar 2015 15:35:05 +0300 Subject: [PATCH] Mark as development --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index f71cadee7..8f275d251 100644 --- a/config.py +++ b/config.py @@ -13,8 +13,8 @@ debug = False saveInRoot = False # Version data -version = "1.10.0" -tag = "Stable" +version = "1.10.1" +tag = "git" expansionName = "Scylla" expansionVersion = "1.0" evemonMinVersion = "4081"