aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Suchi <suchi@data-quest.de>2025-08-08 10:38:45 +0000
committerStefan Suchi <suchi@data-quest.de>2025-08-08 10:38:45 +0000
commitdaca27a36bebb43730adfed2efeb9794a2613cec (patch)
tree34527cbec7d164743f9d3c753b4e1e632e8f2f5c
parent68c953dec4bcca1e10d40855139494691987852c (diff)
prepare release 5.4.9
-rw-r--r--lib/bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bootstrap.php b/lib/bootstrap.php
index c07faa4..d1d34ec 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.8';
+$SOFTWARE_VERSION = '5.4.9';
// Store startup time
$STUDIP_STARTUP_TIME = microtime(true);