aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bootstrap.php b/lib/bootstrap.php
index 252423c..399aa11 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.6';
+$SOFTWARE_VERSION = '5.3.7';
// Store startup time
$STUDIP_STARTUP_TIME = microtime(true);