From 9df87f61cdcbc45aa6972ca906e0d068fc73938e Mon Sep 17 00:00:00 2001 From: blitzman Date: Sun, 11 Dec 2016 11:18:48 -0800 Subject: [PATCH] bump dev (cherry picked from commit 2b3e646) --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 972786d3a..611426672 100644 --- a/config.py +++ b/config.py @@ -18,8 +18,8 @@ debug = False saveInRoot = False # Version data -version = "1.25.1" -tag = "Stable" +version = "1.25.2" +tag = "git" expansionName = "Ascension" expansionVersion = "1.9" evemonMinVersion = "4081"