From 2c47d0758e65a82acb3d11fb6c2a9eeb1488071b Mon Sep 17 00:00:00 2001 From: blitzmann Date: Wed, 14 Jan 2015 21:23:49 -0500 Subject: [PATCH] Bump to stable --- config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.py b/config.py index 21b88fdd3..2d3d74809 100644 --- a/config.py +++ b/config.py @@ -13,9 +13,9 @@ debug = False saveInRoot = False # Version data -version = "1.7.2" -tag = "git" -expansionName = "Rhea" +version = "1.8.0" +tag = "Stable" +expansionName = "Proteus" expansionVersion = "1.0" evemonMinVersion = "4081"