Ship 16.0.5 on stable channel

See: https://github.com/nextcloud/updater_server/pull/265
Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
Tilo Spannagel 2019-10-01 10:01:51 +02:00
parent f165752597
commit 8bc140d40f
1 changed files with 1 additions and 1 deletions

View File

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