From 070006d7aafa45d575c2b162aad689dcce7fe6b1 Mon Sep 17 00:00:00 2001 From: "nodenv[bot]" <68817010+nodenv-bot@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:09:16 +0000 Subject: [PATCH] 5.3.7 --- bin/node-build | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/node-build b/bin/node-build index 3cd088b2..e4e8ebf1 100755 --- a/bin/node-build +++ b/bin/node-build @@ -15,7 +15,7 @@ # --version Show version of node-build # -NODE_BUILD_VERSION=5.3.6 +NODE_BUILD_VERSION=5.3.7 OLDIFS="$IFS" diff --git a/package-lock.json b/package-lock.json index 4a8ceb9b..2249aa2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nodenv/node-build", - "version": "5.3.6", + "version": "5.3.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nodenv/node-build", - "version": "5.3.6", + "version": "5.3.7", "license": "MIT", "bin": { "node-build": "bin/node-build", diff --git a/package.json b/package.json index a299f4da..e56a67d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nodenv/node-build", - "version": "5.3.6", + "version": "5.3.7", "description": "Install NodeJS versions", "homepage": "https://github.com/nodenv/node-build#readme", "license": "MIT",