Ship 15.0.2 on stable channel (#615)

See: https://github.com/nextcloud/updater_server/pull/183
Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
Tilo Spannagel 2019-01-21 17:00:22 +01:00 committed by GitHub
parent 15ab1ccecd
commit f081d3864d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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