summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgenerate-stackbrew-library.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/generate-stackbrew-library.sh b/generate-stackbrew-library.sh
index cbc532b3..039c5067 100755
--- a/generate-stackbrew-library.sh
+++ b/generate-stackbrew-library.sh
@@ -2,8 +2,8 @@
set -Eeuo pipefail
declare -A release_channel=(
- [stable]='18.0.6'
- [production]='17.0.7'
+ [stable]='18.0.7'
+ [production]='17.0.8'
)
self="$(basename "$BASH_SOURCE")"