From 64ed3d781a67220d899a42a8388da67b101899d8 Mon Sep 17 00:00:00 2001 From: Jon Carstens Date: Fri, 29 Dec 2023 14:22:03 -0700 Subject: [PATCH] Update default `kerl` to 4.0.0 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