Update tags

[travis skip]

Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
Tilo Spannagel 2019-05-16 12:34:34 +02:00
parent 05073351c4
commit d2ccd7df04
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
set -Eeuo pipefail
declare -A release_channel=(
[stable]='15.0.7'
[production]='15.0.7'
[stable]='16.0.1'
[production]='15.0.8'
)
self="$(basename "$BASH_SOURCE")"