diff options
| author | Stefan Suchi <suchi@data-quest.de> | 2024-09-03 06:31:07 +0000 |
|---|---|---|
| committer | Stefan Suchi <suchi@data-quest.de> | 2024-09-03 06:31:07 +0000 |
| commit | 492df0e244b36e9712036b0d35e2f6a9ea1e7856 (patch) | |
| tree | cc7a933eecb40ab9cc1c0d53f00aae6374c6a9a9 | |
| parent | 8bc1a165967d997e01b580f4083e8afb7158f893 (diff) | |
prepare release 5.3.8
| -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 399aa11..358d041 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.3.7'; +$SOFTWARE_VERSION = '5.3.8'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); |
