aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Suchi <suchi@data-quest.de>2023-07-14 18:35:59 +0000
committerStefan Suchi <suchi@data-quest.de>2023-07-14 18:35:59 +0000
commitd9f8a3b587d9bf0c5949fcd4f77bbdb25306d9cc (patch)
tree4f50739e9447ebb166aaceb25c05060f5d7dd980
parent8d26844d444145a5e1ce4d6b459965db436fccf3 (diff)
prepare release 5.3.1
-rw-r--r--lib/bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bootstrap.php b/lib/bootstrap.php
index 9bc37cd..ccbb549 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';
+$SOFTWARE_VERSION = '5.3.1';
// Store startup time
$STUDIP_STARTUP_TIME = microtime(true);