From 2186886d0afdd9a8711c3311034b4806d1a0e360 Mon Sep 17 00:00:00 2001 From: Jason Karns Date: Thu, 9 Mar 2017 15:04:24 -0500 Subject: [PATCH] 2.5.8 --- 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 5aa9078bf..97c9286bb 100755 --- a/bin/node-build +++ b/bin/node-build @@ -14,7 +14,7 @@ # --version Show version of node-build # -NODE_BUILD_VERSION=2.5.7 +NODE_BUILD_VERSION=2.5.8 OLDIFS="$IFS" diff --git a/package.json b/package.json index e07f57f5a..7589a7d08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-build", - "version": "2.5.7", + "version": "2.5.8", "private": true, "description": "Install NodeJS versions", "homepage": "https://github.com/nodenv/node-build#readme",