diff options
author | J0WI <J0WI@users.noreply.github.com> | 2020-03-08 22:36:26 +0100 |
---|---|---|
committer | J0WI <J0WI@users.noreply.github.com> | 2020-03-08 22:36:35 +0100 |
commit | fbd5e2094afb15efb877e763a8953b9dd0a57488 (patch) | |
tree | dd31a434b36daff78d5e1a534aedb48ed91ddf1c | |
parent | 6c1044fef4482e6b2303e850c12befa1a4edc666 (diff) |
Update stable to 18
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
-rwxr-xr-x | generate-stackbrew-library.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generate-stackbrew-library.sh b/generate-stackbrew-library.sh index c6d8e0af..9f4afc91 100755 --- a/generate-stackbrew-library.sh +++ b/generate-stackbrew-library.sh @@ -2,7 +2,7 @@ set -Eeuo pipefail declare -A release_channel=( - [stable]='17.0.3' + [stable]='18.0.1' [production]='16.0.8' ) |