From 95262e0c7c5f74ed64f38d338b9bbdfe51c05ffc Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Wed, 15 Aug 2018 07:26:22 +0200 Subject: [PATCH] edit dev version --- includes/globalVars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/globalVars.py b/includes/globalVars.py index 3b71248c..b14594d8 100644 --- a/includes/globalVars.py +++ b/includes/globalVars.py @@ -9,7 +9,7 @@ """ # version info -versionNr = "2.3.1" +versionNr = "2.5" branch = "dev" buildDate = "unreleased"