summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Virlet <github@virlet.org>2020-06-28 11:36:07 +0200
committerGuillaume Virlet <github@virlet.org>2020-06-28 11:37:27 +0200
commit2e15b8bca51ff1846dae8a03a7f0560abe5b9493 (patch)
tree218d65855c8f5629a14ab1a10db56ff29ea93566
parentc135f7ef602a2dca6938a8b9aec295c1b6ca66f3 (diff)
update version to latest (18.0.6 and 17.0.7)
Signed-off-by: Guillaume Virlet <github@virlet.org>
-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 28056555..cbc532b3 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.4'
- [production]='17.0.6'
+ [stable]='18.0.6'
+ [production]='17.0.7'
)
self="$(basename "$BASH_SOURCE")"