From af65c22521e468791395de8ee0f87c9e69313815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janis=20Daniel=20Da=CC=88hne?= <janis.daehne@informatik.uni-halle.de> Date: Thu, 25 Apr 2024 17:34:21 +0200 Subject: [PATCH] - version bump --- constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.php b/constants.php index 84c8b65..871e258 100644 --- a/constants.php +++ b/constants.php @@ -3,7 +3,7 @@ # variables //use this to know which version we published -$versionString = '2.9.0'; +$versionString = '2.9.1'; $rootDirNameToUseString = 'work'; $isDebug = false; //logs debug to STDOUT -- GitLab