From c69e5d1017b21bcfca8f42c93c7e89fff6141a8a Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Sun, 30 Apr 2023 16:30:19 +0900 Subject: [PATCH] 2.2.13 --- functions/nvm.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/nvm.fish b/functions/nvm.fish index 1e78d4c..179dc45 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.12" + echo "nvm, version 2.2.13" 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"