Ship 17.0.2 on stable channel

Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
Tilo Spannagel 2019-11-12 22:47:35 +01:00
parent d9ab30a969
commit e93b6a4251
1 changed files with 2 additions and 2 deletions

View File

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