From 9b8c1ff3ba5b37e9b8c89e9baae53468a2dcd34a Mon Sep 17 00:00:00 2001 From: blitzmann Date: Tue, 30 Sep 2014 21:56:54 -0400 Subject: [PATCH] Bump dev cycle --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 1b038b98a..e6b3d2eab 100644 --- a/config.py +++ b/config.py @@ -13,8 +13,8 @@ debug = False saveInRoot = False # Version data -version = "1.5.0" -tag = "Stable" +version = "1.5.1" +tag = "git" expansionName = "Oceanus" expansionVersion = "1.0" evemonMinVersion = "4081"