diff --git a/bin/node-build b/bin/node-build index 31e78b23f..7682e4b43 100755 --- a/bin/node-build +++ b/bin/node-build @@ -14,7 +14,7 @@ # --version Show version of node-build # -NODE_BUILD_VERSION=3.0.10 +NODE_BUILD_VERSION=3.0.11 OLDIFS="$IFS" diff --git a/package.json b/package.json index 122ba15ce..9e27b0cba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-build", - "version": "3.0.10", + "version": "3.0.11", "private": true, "description": "Install NodeJS versions", "homepage": "https://github.com/nodenv/node-build#readme",