diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-04-22 16:44:07 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-04-22 16:44:07 +0200 |
| commit | 0196e6311e0218f73d2fb8e02d7cab45e8a37210 (patch) | |
| tree | 9806ebc5a8032221eb13c0990e585f0d84ebcdc0 /lib/bootstrap.php | |
| parent | 5de86d59a7399d9bf461f99507ab27c23b41a9df (diff) | |
release 6.1: empty release notes and update version, re #5517
Diffstat (limited to 'lib/bootstrap.php')
| -rw-r--r-- | lib/bootstrap.php | 2 |
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); |
