From f355dac322674b73f0c47c076abb82f05aff76c2 Mon Sep 17 00:00:00 2001 From: blitzmann Date: Tue, 4 Mar 2014 14:35:00 -0500 Subject: [PATCH] Dev versioning --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 248f99893..fbcadfc51 100644 --- a/config.py +++ b/config.py @@ -13,8 +13,8 @@ debug = False saveInRoot = False # Version data -version = "1.1.21" -tag = "Stable" +version = "1.1.22" +tag = "git" expansionName = "Rubicon" expansionVersion = "1.1" evemonMinVersion = "4081"