We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2efc240 commit c69e5d1Copy full SHA for c69e5d1
1 file changed
functions/nvm.fish
@@ -29,7 +29,7 @@ function nvm --description "Node version manager"
29
30
switch "$cmd"
31
case -v --version
32
- echo "nvm, version 2.2.12"
+ echo "nvm, version 2.2.13"
33
case "" -h --help
34
echo "Usage: nvm install <version> Download and activate the specified Node version"
35
echo " nvm install Install the version specified in the nearest .nvmrc file"
0 commit comments