aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Suchi <suchi@data-quest.de>2023-11-02 07:33:47 +0000
committerStefan Suchi <suchi@data-quest.de>2023-11-02 07:33:47 +0000
commit908ae9dc42b6e587aa5f5cb49f6b7597f5d0b508 (patch)
tree940e1e7125e2db8cf66380f8b3ed8eea20b47dd3
parente4b282209a37c77bacc8cf7c214ab352d7091a62 (diff)
prepare release 5.2.5v5.2.5
-rw-r--r--lib/bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bootstrap.php b/lib/bootstrap.php
index 046840c..e2e8332 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.2.4';
+$SOFTWARE_VERSION = '5.2.5';
// Store startup time
$STUDIP_STARTUP_TIME = microtime(true);