aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Suchi <suchi@data-quest.de>2024-09-03 06:31:07 +0000
committerStefan Suchi <suchi@data-quest.de>2024-09-03 06:31:07 +0000
commit492df0e244b36e9712036b0d35e2f6a9ea1e7856 (patch)
treecc7a933eecb40ab9cc1c0d53f00aae6374c6a9a9
parent8bc1a165967d997e01b580f4083e8afb7158f893 (diff)
prepare release 5.3.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 399aa11..358d041 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.3.7';
+$SOFTWARE_VERSION = '5.3.8';
// Store startup time
$STUDIP_STARTUP_TIME = microtime(true);