diff options
| author | Stefan Suchi <suchi@data-quest.de> | 2023-11-01 13:07:39 +0000 |
|---|---|---|
| committer | Stefan Suchi <suchi@data-quest.de> | 2023-11-01 13:07:39 +0000 |
| commit | af46abf3ead81f6bcf396827158d1a8fb395520f (patch) | |
| tree | f831ad62ed2e4cf921e5ec2e31216190b4782d14 | |
| parent | e223b8014a010cd03fa11350adde0ab7764b2a8f (diff) | |
prepare release 5.1.6v5.1.6
| -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 7d17a8b..f8c6f0e 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.5'; +$SOFTWARE_VERSION = '5.1.6'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); |
