From 78d875083537ca63ca2e01acfcbebe13952bcb99 Mon Sep 17 00:00:00 2001 From: Jon Carstens Date: Tue, 2 Jan 2024 07:21:30 -0700 Subject: [PATCH] Update default `kerl` to 4.0.0 (#294) There seem to be some nice improvements since 2.6.0 that it may be worth having 4.0.0 as the default when not otherwise specified --- lib/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.sh b/lib/utils.sh index 2fb6ce9..c66d6f0 100755 --- a/lib/utils.sh +++ b/lib/utils.sh @@ -1,4 +1,4 @@ -export KERL_VERSION="${ASDF_KERL_VERSION:-2.6.0}" +export KERL_VERSION="${ASDF_KERL_VERSION:-4.0.0}" handle_failure() { function=$1