From ca27cd3250c4eb098990e62f8d7eab365a72a12a Mon Sep 17 00:00:00 2001 From: Ryan Holmes Date: Sun, 29 Oct 2017 18:54:46 -0400 Subject: [PATCH] bump stable release (#1329) --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 93ca58d52..b15c30a3d 100644 --- a/config.py +++ b/config.py @@ -19,8 +19,8 @@ debug = False saveInRoot = False # Version data -version = "1.34.0" -tag = "git" +version = "1.33.1" +tag = "Stable" expansionName = "Lifeblood" expansionVersion = "1.0" evemonMinVersion = "4081"