From 8501381174e0268d144111ae468e3374014721c2 Mon Sep 17 00:00:00 2001 From: Jason Karns Date: Wed, 25 Oct 2017 09:00:55 -0400 Subject: [PATCH] 2.6.15 --- 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 7dc57ccef..3aa10cef9 100755 --- a/bin/node-build +++ b/bin/node-build @@ -14,7 +14,7 @@ # --version Show version of node-build # -NODE_BUILD_VERSION=2.6.14 +NODE_BUILD_VERSION=2.6.15 OLDIFS="$IFS" diff --git a/package.json b/package.json index 3ebad9acb..cd8b9398d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-build", - "version": "2.6.14", + "version": "2.6.15", "private": true, "description": "Install NodeJS versions", "homepage": "https://github.com/nodenv/node-build#readme",