From 10759fd089f467ebb1e08bd98ae8b79381309acd Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Mon, 17 Feb 2025 09:10:47 +0000 Subject: [PATCH] chore(deps): upgrade to version 0.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit from: https://github.com/jenkins-x-plugins/jx-test.git ----- # jenkins-x-plugins/jx-test ## Changes in version 0.4.1 ### Bug Fixes * adjust logs (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 da8544e16c..fb4a629651 100644 --- a/pkg/plugins/versions.go +++ b/pkg/plugins/versions.go @@ -43,7 +43,7 @@ const ( SecretVersion = "0.4.12" // TestVersion the version of the jx test plugin - TestVersion = "0.4.0" + TestVersion = "0.4.1" // VerifyVersion the version of the jx verify plugin VerifyVersion = "0.3.10"