From 016a7eeebabba34b72c6091512a82c186dd4bf32 Mon Sep 17 00:00:00 2001 From: Jason Karns Date: Thu, 2 Mar 2017 10:36:54 -0500 Subject: [PATCH] 2.5.7 --- bin/node-build | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/node-build b/bin/node-build index 2717b8786..5aa9078bf 100755 --- a/bin/node-build +++ b/bin/node-build @@ -14,7 +14,7 @@ # --version Show version of node-build # -NODE_BUILD_VERSION=2.5.6 +NODE_BUILD_VERSION=2.5.7 OLDIFS="$IFS" diff --git a/package.json b/package.json index 3403253a3..e07f57f5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-build", - "version": "2.5.6", + "version": "2.5.7", "private": true, "description": "Install NodeJS versions", "homepage": "https://github.com/nodenv/node-build#readme",