diff options
| author | Stefan Suchi <suchi@data-quest.de> | 2023-10-04 14:05:16 +0000 |
|---|---|---|
| committer | Stefan Suchi <suchi@data-quest.de> | 2023-10-04 14:05:16 +0000 |
| commit | 569affa831dd4355159897328ef87338b6c4df64 (patch) | |
| tree | f879356b4273fb3760fad5b406a181144da4cc86 | |
| parent | e06335a180541fc9a80fa4724dd2deddfc7c2526 (diff) | |
prepare release 5.0.7
| -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 45d47af..0cb6e1c 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.6'; +$SOFTWARE_VERSION = '5.0.7'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); |
