diff options
| author | Stefan Suchi <suchi@data-quest.de> | 2024-06-18 09:40:19 +0000 |
|---|---|---|
| committer | Stefan Suchi <suchi@data-quest.de> | 2024-06-18 09:40:19 +0000 |
| commit | c8086135fb810f324c843d59ed65fcb95d167f14 (patch) | |
| tree | de042a1806c41ecf2edde13681ecc16b403bfbe5 /lib | |
| parent | 167c5434f1649e5943a536620014fde0ab5e1dc4 (diff) | |
prepare release 5.4.3v5.4.3
Diffstat (limited to 'lib')
| -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 a1d4655..d5546a6 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.2'; +$SOFTWARE_VERSION = '5.4.3'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); |
