summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2020-04-23 16:41:03 +0200
committerGitHub <noreply@github.com>2020-04-23 16:41:03 +0200
commitd6df1446c92a1bd39b8202724812cc97c0a99b9a (patch)
treed793c4ab2b99b7612daae0705c1f72ba277918c7
parent1166763a8cd45497c104804fe33a828c40b0ce74 (diff)
Update release channels
-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 36410fc4..28056555 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.3'
- [production]='17.0.5'
+ [stable]='18.0.4'
+ [production]='17.0.6'
)
self="$(basename "$BASH_SOURCE")"