0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-02-01 09:38:25 +01:00

Merge pull request #366 from nextcloud/stable-13.0.4

Ship 13.0.4 on stable channel
This commit is contained in:
Tilo Spannagel 2018-06-11 14:34:42 +02:00 committed by GitHub
commit 26ccd170b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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