Update generate-stackbrew-library.sh

This commit is contained in:
Tilo Spannagel 2020-09-10 19:37:27 +02:00 committed by GitHub
parent d062f5306c
commit 323015718b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
set -Eeuo pipefail
declare -A release_channel=(
[stable]='19.0.2'
[production]='18.0.8'
[stable]='19.0.3'
[production]='18.0.9'
)
self="$(basename "$BASH_SOURCE")"