diff options
| author | Stefan Suchi <suchi@data-quest.de> | 2023-12-28 08:08:52 +0000 |
|---|---|---|
| committer | Stefan Suchi <suchi@data-quest.de> | 2023-12-28 08:08:52 +0000 |
| commit | b671ca17460a95b1a7d5ec11d3c7c3d20d5b812d (patch) | |
| tree | 0552d75296758abf6b74f825fd37beb67ba5adcd | |
| parent | 9ec5c67a3c1c1bce818bc960d5bca439aeb13c6b (diff) | |
prepare release 5.1.7v5.1.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 f8c6f0e..5764ef4 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.6'; +$SOFTWARE_VERSION = '5.1.7'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); |
