aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Suchi <suchi@data-quest.de>2025-06-26 08:46:10 +0000
committerStefan Suchi <suchi@data-quest.de>2025-06-26 08:46:10 +0000
commitcc3aabd979185ed26e13bc361edd55d779ad63a3 (patch)
treef20eb23f57007baec01aef2ff297cbe6bdc0fc9f
parent762dbf33c29f3e965c1002284b86e9925c3148b2 (diff)
prepare release 5.4.8
-rw-r--r--lib/bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bootstrap.php b/lib/bootstrap.php
index 4b5f4fe..c07faa4 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.7';
+$SOFTWARE_VERSION = '5.4.8';
// Store startup time
$STUDIP_STARTUP_TIME = microtime(true);