From f99ba4122fd71c79c56adebfac4e4e4d14ed3ae3 Mon Sep 17 00:00:00 2001 From: Stefan Suchi <suchi@data-quest.de> Date: Thu, 28 Dec 2023 12:47:33 +0000 Subject: [PATCH] prepare release 5.4.1 --- lib/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bootstrap.php b/lib/bootstrap.php index b0eaebcc7c0..59bfa7f8b26 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.4'; +$SOFTWARE_VERSION = '5.4.1'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); -- GitLab