From 1fe42f6a79bb9aafc9322eb1390213acb491ea3c Mon Sep 17 00:00:00 2001 From: blitzmann Date: Sat, 30 Apr 2016 22:43:12 -0400 Subject: [PATCH] Bump dev --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 27af5ba82..adc1f0a76 100644 --- a/config.py +++ b/config.py @@ -18,8 +18,8 @@ debug = False saveInRoot = False # Version data -version = "1.21.0" -tag = "Stable" +version = "1.21.1" +tag = "git" expansionName = "Citadel" expansionVersion = "1.3" evemonMinVersion = "4081"