0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-11-18 02:56:42 +01:00

Ship 13.0.5 on stable channel

This commit is contained in:
Tilo Spannagel 2018-07-23 18:34:33 +02:00
parent 66fcf0ba1f
commit cfa514bbd8

View file

@ -3,7 +3,7 @@ set -Eeuo pipefail
declare -A release_channel=( declare -A release_channel=(
[production]='13.0.4' [production]='13.0.4'
[stable]='13.0.4' [stable]='13.0.5'
) )
self="$(basename "$BASH_SOURCE")" self="$(basename "$BASH_SOURCE")"