diff --git a/bin/node-build b/bin/node-build index 8d88782c3..37ccb70be 100755 --- a/bin/node-build +++ b/bin/node-build @@ -14,7 +14,7 @@ # --version Show version of node-build # -NODE_BUILD_VERSION=4.10.1 +NODE_BUILD_VERSION=4.11.0 OLDIFS="$IFS" diff --git a/package-lock.json b/package-lock.json index 55289a6dc..bd9602b2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nodenv/node-build", - "version": "4.10.1", + "version": "4.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nodenv/node-build", - "version": "4.10.1", + "version": "4.11.0", "license": "MIT", "bin": { "node-build": "bin/node-build", diff --git a/package.json b/package.json index 6c9f43f51..7cd1f9c9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nodenv/node-build", - "version": "4.10.1", + "version": "4.11.0", "description": "Install NodeJS versions", "homepage": "https://github.com/nodenv/node-build#readme", "license": "MIT",