diff --git a/bin/node-build b/bin/node-build index c15f123c3..9f6874885 100755 --- a/bin/node-build +++ b/bin/node-build @@ -14,7 +14,7 @@ # --version Show version of node-build # -NODE_BUILD_VERSION=2.4.2 +NODE_BUILD_VERSION=2.5.0 OLDIFS="$IFS" diff --git a/package.json b/package.json index 471dbc772..884cd4ec9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-build", - "version": "2.4.2", + "version": "2.5.0", "private": true, "description": "Install NodeJS versions", "homepage": "https://github.com/nodenv/node-build#readme",