diff options
| author | Stefan Suchi <suchi@data-quest.de> | 2025-08-08 14:40:33 +0000 |
|---|---|---|
| committer | Stefan Suchi <suchi@data-quest.de> | 2025-08-08 14:40:33 +0000 |
| commit | 1ce98559351f3b30cce8724c25e3e4e2449a56a1 (patch) | |
| tree | 09718a07e1072f8d0665e4eee5c6c38ce4994808 | |
| parent | 320112dd25fef88596cac283c8bce4f351b45b6d (diff) | |
prepare release 6.0
| -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 a33d86a..905ef17 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.0'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); |
