diff options
| -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 99481c9..d5de274 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.1'; +$SOFTWARE_VERSION = '6.0.2'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); |
