diff --git a/bin/node-build b/bin/node-build index 08fcf24dc..ad7eb9203 100755 --- a/bin/node-build +++ b/bin/node-build @@ -14,7 +14,7 @@ # --version Show version of node-build # -NODE_BUILD_VERSION=4.9.111 +NODE_BUILD_VERSION=4.9.112 OLDIFS="$IFS" diff --git a/package-lock.json b/package-lock.json index f86718b60..de64fd6f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@nodenv/node-build", - "version": "4.9.111", + "version": "4.9.112", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 34e1f0c5e..b37247a32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nodenv/node-build", - "version": "4.9.111", + "version": "4.9.112", "description": "Install NodeJS versions", "homepage": "https://github.com/nodenv/node-build#readme", "license": "MIT",