From 4fd54ca74aac738ddb5fd87cb839207533e73953 Mon Sep 17 00:00:00 2001 From: blitzmann Date: Tue, 12 Jun 2018 22:23:57 -0400 Subject: [PATCH] bump beta version --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index a84f471cf..5536e3795 100644 --- a/config.py +++ b/config.py @@ -24,8 +24,8 @@ saveInRoot = False # Version data -version = "2.1.1" -tag = "Stable" +version = "2.2.0b1" +tag = "git" expansionName = "Into the Abyss" expansionVersion = "1.1" evemonMinVersion = "4081"