From 12869a840dfc3b10cce3de6af00479d64297ee41 Mon Sep 17 00:00:00 2001 From: Jason Karns Date: Sun, 27 Nov 2016 09:36:56 -0500 Subject: [PATCH] 2.4.1 --- 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 76737fab8..07015da5a 100755 --- a/bin/node-build +++ b/bin/node-build @@ -14,7 +14,7 @@ # --version Show version of node-build # -NODE_BUILD_VERSION=2.4.0 +NODE_BUILD_VERSION=2.4.1 OLDIFS="$IFS" diff --git a/package.json b/package.json index c13b8999e..8fcd27384 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-build", - "version": "2.4.0", + "version": "2.4.1", "private": true, "description": "Install NodeJS versions", "homepage": "https://github.com/nodenv/node-build#readme",