Update release channels

Signed-off-by: Gary Kim <gary@garykim.dev>
This commit is contained in:
Gary Kim 2020-03-24 16:17:40 +08:00
parent b0cb178c9e
commit cd33ab0e41
No known key found for this signature in database
GPG Key ID: 9349B59FB54594AC
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
set -Eeuo pipefail
declare -A release_channel=(
[stable]='18.0.2'
[production]='17.0.4'
[stable]='18.0.3'
[production]='17.0.5'
)
self="$(basename "$BASH_SOURCE")"