From 0ba8e543dc862578d23e9d658767856856db44a1 Mon Sep 17 00:00:00 2001 From: Trevor Brown Date: Mon, 6 May 2024 14:44:57 -0400 Subject: [PATCH] Bump kerl to version 4.1.0 --- lib/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.sh b/lib/utils.sh index c66d6f0..f205f98 100755 --- a/lib/utils.sh +++ b/lib/utils.sh @@ -1,4 +1,4 @@ -export KERL_VERSION="${ASDF_KERL_VERSION:-4.0.0}" +export KERL_VERSION="${ASDF_KERL_VERSION:-4.1.0}" handle_failure() { function=$1