aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Suchi <suchi@data-quest.de>2025-06-26 08:08:42 +0000
committerStefan Suchi <suchi@data-quest.de>2025-06-26 08:08:42 +0000
commita33bf97a2153fe87626f23e51155ce8c745d932d (patch)
tree1fe0e2d23e28a13c82496711f07830222d1717e3
parente478c1fad383652a68ce56787fc4e5be7dbe949e (diff)
prepare release 5.3.11
-rw-r--r--lib/bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bootstrap.php b/lib/bootstrap.php
index e9a1965..9507b44 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.10';
+$SOFTWARE_VERSION = '5.3.11';
// Store startup time
$STUDIP_STARTUP_TIME = microtime(true);