From 3cffa868fbda453e8aac04823573aade66916b2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janis=20Da=CC=88hne?= <janis.daehne@informatik.uni-halle.de> Date: Wed, 24 May 2023 11:18:53 +0200 Subject: [PATCH] - version bump --- constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.php b/constants.php index 75db990..bdb9aa2 100644 --- a/constants.php +++ b/constants.php @@ -3,7 +3,7 @@ # variables //use this to know which version we published -$versionString = '2.8.0'; +$versionString = '2.9.0'; $rootDirNameToUseString = 'work'; $isDebug = false; //logs debug to STDOUT -- GitLab