diff options
| author | Stefan Suchi <suchi@data-quest.de> | 2026-02-11 16:25:22 +0000 |
|---|---|---|
| committer | Stefan Suchi <suchi@data-quest.de> | 2026-02-11 16:25:22 +0000 |
| commit | 9e7ef8181fbe56c2ce25ccf638e958a980acff43 (patch) | |
| tree | b77811bbd34f24863cde8a077cc0eb9c86c28aef | |
| parent | ef49a6dd45fa5756ebe0c592a34711592109e957 (diff) | |
Update version number
| -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 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); |
