Ship 14.0.6 on production channel

See: https://github.com/nextcloud/updater_server/pull/182
Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
Tilo Spannagel 2019-01-21 15:44:12 +01:00
parent 8d133d39e6
commit b3d324f986
No known key found for this signature in database
GPG Key ID: E517E9F206B8993D
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
set -Eeuo pipefail
declare -A release_channel=(
[production]='13.0.8'
[production]='14.0.6'
[stable]='14.0.6'
)