From 687ebbc41b164e8e43be5de76c8c8513beb2e239 Mon Sep 17 00:00:00 2001 From: blitzmann Date: Tue, 3 Nov 2015 06:21:29 -0500 Subject: [PATCH] Bump Stable --- config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.py b/config.py index a09bc30c9..2e2b4b9b4 100644 --- a/config.py +++ b/config.py @@ -18,9 +18,9 @@ debug = False saveInRoot = False # Version data -version = "1.15.1" -tag = "git" -expansionName = "Vanguard" +version = "1.16.0" +tag = "Stable" +expansionName = "Parallax" expansionVersion = "1.0" evemonMinVersion = "4081"