Merge pull request #752 from nextcloud/tilosp/update-tags

Update tags
This commit is contained in:
Tilo Spannagel 2019-05-16 13:02:58 +02:00 committed by GitHub
commit a10a6ab7ee
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]='15.0.7'
[production]='15.0.7'
[stable]='16.0.1'
[production]='15.0.8'
)
self="$(basename "$BASH_SOURCE")"