diff options
| author | Stefan Suchi <suchi@data-quest.de> | 2023-10-04 14:42:17 +0000 |
|---|---|---|
| committer | Stefan Suchi <suchi@data-quest.de> | 2023-10-04 14:42:17 +0000 |
| commit | 0b407cd14f2dbc47c90a0b2c106f529798d69b5c (patch) | |
| tree | 530e58f76b54cc62137f5580124901090d7aee88 | |
| parent | f81f0250c437e6491b95598146b8ce811852714f (diff) | |
prepare release 5.1.5
| -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 4e7ee64..7d17a8b 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.4'; +$SOFTWARE_VERSION = '5.1.5'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); |
