From 51d970224a847ea9690c3ac867b6ed7ac95ff5c1 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Tue, 10 Sep 2024 03:00:49 +0900 Subject: [PATCH] 2.2.15 --- functions/nvm.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/nvm.fish b/functions/nvm.fish index 4728f0c..d7cee05 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.14" + echo "nvm, version 2.2.15" 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"