From 945e7fb070619c88de196afd9a9bb23d0c07978d Mon Sep 17 00:00:00 2001 From: Trevor Brown Date: Mon, 23 Dec 2024 11:59:52 -0500 Subject: [PATCH] Bump kerl version to 4.3.0 (#325) --- lib/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.sh b/lib/utils.sh index e951767..0e1ab21 100755 --- a/lib/utils.sh +++ b/lib/utils.sh @@ -1,4 +1,4 @@ -export KERL_VERSION="${ASDF_KERL_VERSION:-4.2.0}" +export KERL_VERSION="${ASDF_KERL_VERSION:-4.3.0}" handle_failure() { function=$1