From 6043b342a932c502f5f63aafe7df019846732cae Mon Sep 17 00:00:00 2001 From: Nate Goldman <427322+ungoldman@users.noreply.github.com> Date: Fri, 23 Dec 2022 16:37:46 -0800 Subject: [PATCH] 7.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a1b585c..4fa8b6c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gh-release", "description": "Create a GitHub Release for a Node package", - "version": "7.0.0", + "version": "7.0.1", "author": "Nate Goldman (https://ungoldman.com)", "bin": { "gh-release": "./bin/cli.js"