From 9891aecf1920e11ff91b23f0364a44af800a8c3e Mon Sep 17 00:00:00 2001 From: blitzmann Date: Sun, 15 May 2016 18:40:54 -0400 Subject: [PATCH] Bump dev --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 3b97b8f52..e95917f68 100644 --- a/config.py +++ b/config.py @@ -18,8 +18,8 @@ debug = False saveInRoot = False # Version data -version = "1.21.2" -tag = "Stable" +version = "1.21.3" +tag = "git" expansionName = "Citadel" expansionVersion = "1.11" evemonMinVersion = "4081"