From e4e603af527677dc954c5e6d1730bdf36f0e5ba1 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Wed, 16 Mar 2022 16:24:00 -0300 Subject: [PATCH] 2.2.7 --- functions/nvm.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/nvm.fish b/functions/nvm.fish index cabdd08..77ec62e 100644 --- a/functions/nvm.fish +++ b/functions/nvm.fish @@ -13,7 +13,7 @@ function nvm --argument-names cmd v --description "Node version manager" switch "$cmd" case -v --version - echo "nvm, version 2.2.6" + echo "nvm, version 2.2.7" case "" -h --help echo "Usage: nvm install Download and activate the specified Node version" echo " nvm install Install version from nearest .nvmrc file"