diff options
| author | Stefan Suchi <suchi@data-quest.de> | 2024-03-14 20:36:21 +0000 |
|---|---|---|
| committer | Stefan Suchi <suchi@data-quest.de> | 2024-03-14 20:36:21 +0000 |
| commit | eae8d017cb02ffae6734d1190c52ca91f7850a15 (patch) | |
| tree | 1ba784dcb145b7fcf608839f2aa5332b21f1edbb | |
| parent | e6e4f1764990400654806a7cb5a735cf68e0bcae (diff) | |
prepare release 5.4.2
| -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 a91f9a8..3ca342c 100644 --- a/lib/bootstrap.php +++ b/lib/bootstrap.php @@ -13,7 +13,7 @@ const DEFAULT_ENV = 'production'; //software version - please leave it as it is! -$SOFTWARE_VERSION = '5.4.1'; +$SOFTWARE_VERSION = '5.4.2'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); |
