From 4f1a0b4749f54ce250566d6d40ddaeb7efbaa22e Mon Sep 17 00:00:00 2001 From: Sergey Vilgelm Date: Sat, 26 Feb 2022 07:55:15 -0800 Subject: [PATCH] Update version to 3.1.0 in package.json it is not needed, since the package is private and we do not publish it to any registries, but let's be consistent --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 37477f5ad7..b632372353 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "golanci-lint-action", - "version": "2.0.0", + "version": "3.1.0", "private": true, "description": "golangci-lint github action", "main": "dist/main.js",