diff --git a/functions/nvm.fish b/functions/nvm.fish index 07960a1..131a030 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.10" + echo "nvm, version 2.2.11" case "" -h --help echo "Usage: nvm install Download and activate the specified Node version" echo " nvm install Install version from nearest .nvmrc file"