Merge pull request #663 from nextcloud/stable-production-15.0.5

Ship 15.0.4 on production and stable channel
This commit is contained in:
Tilo Spannagel 2019-02-28 12:51:29 +01:00 committed by GitHub
commit e7405b7c16
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.4'
[production]='15.0.4'
[stable]='15.0.5'
[production]='15.0.5'
)
self="$(basename "$BASH_SOURCE")"