Update release channels

https://github.com/nextcloud/updater_server/pull/236
This commit is contained in:
Tilo Spannagel 2019-07-09 20:14:43 +02:00 committed by GitHub
parent c956cf7fa6
commit 66c5d81dbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
set -Eeuo pipefail
declare -A release_channel=(
[stable]='16.0.1'
[production]='15.0.8'
[stable]='16.0.3'
[production]='15.0.10'
)
self="$(basename "$BASH_SOURCE")"