diff options
| author | Stefan Suchi <suchi@data-quest.de> | 2023-10-04 15:08:33 +0000 |
|---|---|---|
| committer | Stefan Suchi <suchi@data-quest.de> | 2023-10-04 15:08:33 +0000 |
| commit | 564009bd9f8cc5b7bfdd5f2a689da089250c4b51 (patch) | |
| tree | db669d72cc06695382c4dc83fe12c60422ca169c | |
| parent | c3a95de3a2b63d8ba0810d06498e1d6ccf30cf80 (diff) | |
prepare release 5.2.4
| -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 cc68c2d..046840c 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.2.3'; +$SOFTWARE_VERSION = '5.2.4'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); |
