aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Suchi <suchi@data-quest.de>2023-12-28 07:22:18 +0000
committerStefan Suchi <suchi@data-quest.de>2023-12-28 07:22:18 +0000
commit2ef20a0c14b808e3d3f0304bd30445dbe672fdb0 (patch)
tree41ca6083601321884757a04d1cfc726e1365280b
parent262e9c06f5d33e4495b2fc7f2d6c8f2c839f289f (diff)
prepare release 5.0.9v5.0.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 8319633..009a3a8 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.0.8';
+$SOFTWARE_VERSION = '5.0.9';
// Store startup time
$STUDIP_STARTUP_TIME = microtime(true);