Merge pull request #1024 from nextcloud/tilosp-patch-1

Update production to 17
This commit is contained in:
Tilo Spannagel 2020-03-09 14:06:17 +01:00 committed by GitHub
commit 63634d91a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ set -Eeuo pipefail
declare -A release_channel=(
[stable]='18.0.1'
[production]='16.0.8'
[production]='17.0.3'
)
self="$(basename "$BASH_SOURCE")"