Update production tag

This commit is contained in:
Tilo Spannagel 2020-02-10 14:50:18 +01:00 committed by GitHub
parent 4d9460c191
commit ce4af3ac34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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