From ab9822b37e8840a363ba3df9989a3f0fd0aa3730 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Wed, 27 Aug 2014 01:21:49 +0400 Subject: [PATCH] Bump version to indicate next development cycle --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 8995eb13d..8abc4d327 100644 --- a/config.py +++ b/config.py @@ -13,8 +13,8 @@ debug = False saveInRoot = False # Version data -version = "1.4.0" -tag = "Stable" +version = "1.4.1" +tag = "git" expansionName = "Hyperion" expansionVersion = "1.0" evemonMinVersion = "4081"