summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Virlet <github@virlet.org>2020-08-27 23:29:00 +0200
committerPierre Ozoux <pierre@ozoux.net>2020-08-28 13:48:05 +0200
commit83b38c57a6c1b185744b9bb14794b57a7fbb148e (patch)
tree6da0838ff1d5a6d5644b17035dedb9304a46b180
parent97f0fa6cc37b31a6a4a68a80f48450c90693e133 (diff)
move stable from NC18 to NC19 and production from NC17 o NC18 [Fix #1175]
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 039c5067..c4931772 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.7'
- [production]='17.0.8'
+ [stable]='19.0.2'
+ [production]='18.0.8'
)
self="$(basename "$BASH_SOURCE")"