From f14b6bbb39d5b361223ccd0fd3755c9995cb118f Mon Sep 17 00:00:00 2001 From: Miroslav Jonas Date: Mon, 9 Oct 2023 18:19:37 +0200 Subject: [PATCH] chore: set version in package.json to match major --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a008fd..0ae9ada 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "3.3.2", + "version": "4.0.0", "license": "MIT", "description": "This package.json is here purely to control the version of the Action, in combination with https://github.com/JamesHenry/publish-shell-action", "scripts": {