diff --git a/bin/node-build b/bin/node-build index ab47ad51..2aa7ef90 100755 --- a/bin/node-build +++ b/bin/node-build @@ -15,7 +15,7 @@ # --version Show version of node-build # -NODE_BUILD_VERSION=5.3.9 +NODE_BUILD_VERSION=5.3.10 OLDIFS="$IFS" diff --git a/package-lock.json b/package-lock.json index 050321bf..9992c7e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nodenv/node-build", - "version": "5.3.9", + "version": "5.3.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nodenv/node-build", - "version": "5.3.9", + "version": "5.3.10", "license": "MIT", "bin": { "node-build": "bin/node-build", diff --git a/package.json b/package.json index 46ac8bc6..e2f6d2cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nodenv/node-build", - "version": "5.3.9", + "version": "5.3.10", "description": "Install NodeJS versions", "homepage": "https://github.com/nodenv/node-build#readme", "license": "MIT",