diff --git a/bin/node-build b/bin/node-build index a678997e3..2e8f1307f 100755 --- a/bin/node-build +++ b/bin/node-build @@ -14,7 +14,7 @@ # --version Show version of node-build # -NODE_BUILD_VERSION=4.9.148 +NODE_BUILD_VERSION=4.9.149 OLDIFS="$IFS" diff --git a/package-lock.json b/package-lock.json index a3deb3b2b..d44e4c76a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nodenv/node-build", - "version": "4.9.148", + "version": "4.9.149", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nodenv/node-build", - "version": "4.9.148", + "version": "4.9.149", "license": "MIT", "devDependencies": { "@nodenv/node-build-update-defs": "^2.11.0", diff --git a/package.json b/package.json index 86f1a36e4..160c8576e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nodenv/node-build", - "version": "4.9.148", + "version": "4.9.149", "description": "Install NodeJS versions", "homepage": "https://github.com/nodenv/node-build#readme", "license": "MIT",