aboutsummaryrefslogtreecommitdiff
path: root/lib/bootstrap.php
diff options
context:
space:
mode:
authorStefan Suchi <suchi@data-quest.de>2022-02-07 17:50:01 +0000
committerStefan Suchi <suchi@data-quest.de>2022-02-07 17:50:01 +0000
commit25419659308f4fbc1a67104a78188d417efe9232 (patch)
tree6ba09fd0a658d5a45d60630f291eb99b7f595dd6 /lib/bootstrap.php
parent333b1181662f26afe13256b26c6c87605d627d10 (diff)
Update version number
Diffstat (limited to 'lib/bootstrap.php')
-rw-r--r--lib/bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bootstrap.php b/lib/bootstrap.php
index a50c4fb..608f929 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.0.alpha-svn';
+$SOFTWARE_VERSION = '5.1.alpha-svn';
// Store startup time
$STUDIP_STARTUP_TIME = microtime(true);