From 8ef83ca80c98314358080e1c79cdff94673d5278 Mon Sep 17 00:00:00 2001 From: Karsten Hachmeister Date: Tue, 9 Jul 2024 22:29:26 +0200 Subject: [PATCH] update fnm to version 1.37.1 --- .config/yadm/bootstrap.d/install-fnm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/yadm/bootstrap.d/install-fnm b/.config/yadm/bootstrap.d/install-fnm index 50d22cf..defcd43 100755 --- a/.config/yadm/bootstrap.d/install-fnm +++ b/.config/yadm/bootstrap.d/install-fnm @@ -4,7 +4,7 @@ set -eu source "${BOOTSTRAP_LIB}/helpers" -VERSION="1.35.1" +VERSION="1.37.1" INSTALL_DIR="${HOME}/.local/bin" INSTALLED_VERSION=""