From abd3002b6d2d578d484a5aea94dd1517dded6d42 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Fri, 7 Feb 2025 18:18:23 +0900 Subject: [PATCH] 2.2.17 --- functions/nvm.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/nvm.fish b/functions/nvm.fish index f76b261..f86c75c 100644 --- a/functions/nvm.fish +++ b/functions/nvm.fish @@ -29,7 +29,7 @@ function nvm --description "Node version manager" switch "$cmd" case -v --version - echo "nvm, version 2.2.16" + echo "nvm, version 2.2.17" case "" -h --help echo "Usage: nvm install Download and activate the specified Node version" echo " nvm install Install the version specified in the nearest .nvmrc file"