From 051528a106c951099c70984a9536e324141dc7dd Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Fri, 28 Feb 2025 15:39:27 +0000 Subject: [PATCH] chore(deps): upgrade to version 0.3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit from: https://github.com/jenkins-x-plugins/jx-verify.git ----- # jenkins-x-plugins/jx-verify ## Changes in version 0.3.11 ### Bug Fixes * show correct usage of sub commands (MÃ¥rten Svantesson) --- pkg/plugins/versions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/plugins/versions.go b/pkg/plugins/versions.go index 5c062ba3b4..a7d1cb329b 100644 --- a/pkg/plugins/versions.go +++ b/pkg/plugins/versions.go @@ -46,7 +46,7 @@ const ( TestVersion = "0.4.6" // VerifyVersion the version of the jx verify plugin - VerifyVersion = "0.3.10" + VerifyVersion = "0.3.11" ) var (