diff options
| author | Stefan Suchi <suchi@data-quest.de> | 2023-11-01 12:40:43 +0000 |
|---|---|---|
| committer | Stefan Suchi <suchi@data-quest.de> | 2023-11-01 12:40:43 +0000 |
| commit | 6b5f53c96ee7bbae79a996d9a0b3d400ef9b8346 (patch) | |
| tree | 3edf5e1c8901fbe8456ac72c07b75a3de0d6c560 | |
| parent | ced7643a8a23540848e8821c5f18ab1afa7dcf19 (diff) | |
prepare release 5.0.8v5.0.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 0cb6e1c..8319633 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.0.7'; +$SOFTWARE_VERSION = '5.0.8'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); |
