From b1687fe4d39137aac950dc046cca1eb7aa876aa0 Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Wed, 22 Jan 2025 16:11:55 +0000 Subject: [PATCH] chore(deps): upgrade to version 0.3.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit from: https://github.com/jenkins-x-plugins/jx-application.git ----- # jenkins-x-plugins/jx-application ## Changes in version 0.3.5 ### Bug Fixes * linting fixes (Mårten Svantesson) * disable depguard (Mårten Svantesson) ### Chores * update lint config (Mårten Svantesson) * various upgrades (Mårten Svantesson) * deps: upgrade go dependencies (jenkins-x-bot) --- 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 eaec664801..6182de1060 100644 --- a/pkg/plugins/versions.go +++ b/pkg/plugins/versions.go @@ -10,7 +10,7 @@ const ( AdminVersion = "0.3.13" // ApplicationVersion the version of the jx application plugin - ApplicationVersion = "0.3.3" + ApplicationVersion = "0.3.5" // ChangelogVersion the version of the jx changelog plugin ChangelogVersion = "0.10.11"