From 2473afc53a7c09366550641011590472ea2a3f51 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Thu, 15 Apr 2021 10:52:43 +0900 Subject: [PATCH] 2.2.4 --- functions/nvm.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/nvm.fish b/functions/nvm.fish index 4455959..b96178a 100644 --- a/functions/nvm.fish +++ b/functions/nvm.fish @@ -11,7 +11,7 @@ function nvm --argument-names cmd v --description "Node version manager" switch "$cmd" case -v --version - echo "nvm, version 2.2.3" + echo "nvm, version 2.2.4" case "" -h --help echo "Usage: nvm install Download and activate the specified Node version" echo " nvm install Install version from nearest .nvmrc file"