From df0e960eb027b3b3d4504af34f1faaef9f0e706e Mon Sep 17 00:00:00 2001 From: Jason Karns Date: Tue, 30 Oct 2018 15:04:36 -0400 Subject: [PATCH] 3.0.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 dc84df7e6..4accbd77b 100755 --- a/bin/node-build +++ b/bin/node-build @@ -14,7 +14,7 @@ # --version Show version of node-build # -NODE_BUILD_VERSION=3.0.21 +NODE_BUILD_VERSION=3.0.22 OLDIFS="$IFS" diff --git a/package.json b/package.json index 5f387edb8..37870ca65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-build", - "version": "3.0.21", + "version": "3.0.22", "private": true, "description": "Install NodeJS versions", "homepage": "https://github.com/nodenv/node-build#readme",