aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2025-04-22 16:44:07 +0200
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-04-22 16:44:07 +0200
commit0196e6311e0218f73d2fb8e02d7cab45e8a37210 (patch)
tree9806ebc5a8032221eb13c0990e585f0d84ebcdc0 /lib
parent5de86d59a7399d9bf461f99507ab27c23b41a9df (diff)
release 6.1: empty release notes and update version, re #5517
Diffstat (limited to 'lib')
-rw-r--r--lib/bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bootstrap.php b/lib/bootstrap.php
index eb92bb4..73a2c45 100644
--- a/lib/bootstrap.php
+++ b/lib/bootstrap.php
@@ -21,7 +21,7 @@ $dotenv->safeLoad();
define('DEFAULT_ENV', $_ENV['STUDIP_ENV'] ?? 'production');
//software version - please leave it as it is!
-$SOFTWARE_VERSION = '6.0.alpha';
+$SOFTWARE_VERSION = '6.1.alpha';
// Store startup time
$STUDIP_STARTUP_TIME = microtime(true);