From f62db0151d8f376d21a1df67e924e54b3a821621 Mon Sep 17 00:00:00 2001 From: Stefan Suchi <suchi@data-quest.de> Date: Thu, 14 Mar 2024 16:23:46 +0000 Subject: [PATCH] prepare release 5.2.7 --- lib/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bootstrap.php b/lib/bootstrap.php index 2d24b3e2e18..eb1d9e355f2 100644 --- a/lib/bootstrap.php +++ b/lib/bootstrap.php @@ -13,7 +13,7 @@ const DEFAULT_ENV = 'production'; //software version - please leave it as it is! -$SOFTWARE_VERSION = '5.2.6'; +$SOFTWARE_VERSION = '5.2.7'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); -- GitLab