aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Suchi <suchi@data-quest.de>2022-04-06 11:00:07 +0000
committerStefan Suchi <suchi@data-quest.de>2022-04-06 11:00:07 +0000
commit31bbe1aa13ce2c60f9e172bc8304b5d19d5f374e (patch)
treefadeb9115b6f83850de3b99c79117caca37a068f
parent13272b2182b9669d48e5f37333d21af496ae3a8c (diff)
update version number, re # 495
-rw-r--r--lib/bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bootstrap.php b/lib/bootstrap.php
index 3230562..aa71f22 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.0';
// Store startup time
$STUDIP_STARTUP_TIME = microtime(true);