From 523852e1956e0290e0482e7ae7eaa54528ca6209 Mon Sep 17 00:00:00 2001 From: Jason Karns Date: Wed, 3 Jan 2018 09:22:37 -0500 Subject: [PATCH] 2.6.22 --- 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 0ae3d93d9..a2a036460 100755 --- a/bin/node-build +++ b/bin/node-build @@ -14,7 +14,7 @@ # --version Show version of node-build # -NODE_BUILD_VERSION=2.6.21 +NODE_BUILD_VERSION=2.6.22 OLDIFS="$IFS" diff --git a/package.json b/package.json index 8de7ec3d6..fb1cddfbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-build", - "version": "2.6.21", + "version": "2.6.22", "private": true, "description": "Install NodeJS versions", "homepage": "https://github.com/nodenv/node-build#readme",