2
1
Fork 0
mirror of https://github.com/friendica/docker synced 2026-04-16 23:47:46 +02:00

Welcome 2019.03 and 2019.06-dev

This commit is contained in:
Philipp Holzer 2019-03-23 14:59:12 +01:00
commit 955b82a4ec
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
39 changed files with 35 additions and 1013 deletions

View file

@ -2,9 +2,9 @@
set -Eeuo pipefail
declare -A release_channel=(
[production]='2019.01'
[stable]='2019.01'
[latest]='2019.01'
[production]='2019.03'
[stable]='2019.03'
[latest]='2019.03'
)
self="$(basename "$BASH_SOURCE")"