Update generate-stackbrew-library.sh

This commit is contained in:
Tilo Spannagel 2019-08-15 23:41:50 +02:00 committed by GitHub
parent 552a52afc0
commit 6db0941a3d
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]='16.0.3'
[production]='15.0.10'
[stable]='16.0.4'
[production]='16.0.4'
)
self="$(basename "$BASH_SOURCE")"