From 8a0c05f626db0603eb1c0dc3bca00f9fc70d583c Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Tue, 19 Sep 2017 18:04:33 +0200 Subject: [PATCH] edit vers nr --- includes/globalVars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/globalVars.py b/includes/globalVars.py index 0d6f2b3c..3b34dcd4 100644 --- a/includes/globalVars.py +++ b/includes/globalVars.py @@ -9,7 +9,7 @@ """ # version info -versionNr = "2.2.1-beta" +versionNr = "2.2.1" buildDate = "2017/09/19"