Ship 15.0.4 on production and stable channel

See: nextcloud/updater_server#192

[skip travis]

Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
Tilo Spannagel 2019-02-28 12:49:53 +01:00
parent 532834349b
commit 768d2e620d
No known key found for this signature in database
GPG Key ID: E517E9F206B8993D
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")"