From 0dc3cbb7c73252957fcc2031f09245d6bc72b37f Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Tue, 28 Apr 2015 19:50:53 +0300 Subject: [PATCH] Bump version for a stable release --- config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.py b/config.py index 7e450389ba..16c3493ee4 100644 --- a/config.py +++ b/config.py @@ -13,9 +13,9 @@ saveInRoot = False # Version data -version = "1.10.1" -tag = "git" -expansionName = "Scylla" +version = "1.11.0" +tag = "Stable" +expansionName = "Mosaic" expansionVersion = "1.0" evemonMinVersion = "4081"