diff options
| author | Stefan Suchi <suchi@data-quest.de> | 2024-12-20 08:14:16 +0000 |
|---|---|---|
| committer | Stefan Suchi <suchi@data-quest.de> | 2024-12-20 08:14:16 +0000 |
| commit | a46d21228ac4d2cb8676f7113b49d7b4300a4f52 (patch) | |
| tree | 25842aa60c296de0501f9ae6563cdb4ef0ffd053 | |
| parent | 5e8f12403a426cff0ae2a1f31b5da5d4574ebdd3 (diff) | |
prepare release 5.4.6
| -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 91acb1a..877d3ce 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.5'; +$SOFTWARE_VERSION = '5.4.6'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); |
