diff options
| author | Stefan Suchi <suchi@data-quest.de> | 2024-03-14 15:49:19 +0000 |
|---|---|---|
| committer | Stefan Suchi <suchi@data-quest.de> | 2024-03-14 15:49:19 +0000 |
| commit | 97fdc2648ae7a1f61d8ccb7d9f27936d713fb28d (patch) | |
| tree | 26d63efa900dba2e6f606bca016d13d984b969d1 | |
| parent | 481001033b3eae300e9438d10c5a5f64a1220d95 (diff) | |
prepare release 5.1.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 5744162..a329190 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.1.7'; +$SOFTWARE_VERSION = '5.1.8'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); |
