aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Suchi <suchi@data-quest.de>2026-02-11 16:25:22 +0000
committerStefan Suchi <suchi@data-quest.de>2026-02-11 16:25:22 +0000
commit9e7ef8181fbe56c2ce25ccf638e958a980acff43 (patch)
treeb77811bbd34f24863cde8a077cc0eb9c86c28aef
parentef49a6dd45fa5756ebe0c592a34711592109e957 (diff)
Update version number
-rw-r--r--lib/bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bootstrap.php b/lib/bootstrap.php
index b1b336e..312f208 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.1.alpha';
+$SOFTWARE_VERSION = '6.2.alpha';
// Store startup time
$STUDIP_STARTUP_TIME = microtime(true);