From c3a51733f1e4c5170cc72c347c70e217556a0b78 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Janis=20Daniel=20Da=CC=88hne?=
 <janis.daehne@informatik.uni-halle.de>
Date: Fri, 5 Mar 2021 11:24:26 +0100
Subject: [PATCH] - version bump

---
 constants.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/constants.php b/constants.php
index 391dfd9..7073961 100644
--- a/constants.php
+++ b/constants.php
@@ -3,7 +3,7 @@
 # variables
 
 //use this to know which version we published
-$versionString = '2.5.0';
+$versionString = '2.6.0';
 $rootDirNameToUseString = 'work';
 
 $isDebug = false; //logs debug to STDOUT
-- 
GitLab