From 1b25562a1c42007e4a8acb095486a07dc3f37bff Mon Sep 17 00:00:00 2001 From: jenkins-x-bot-test Date: Wed, 22 Jan 2025 15:46:32 +0000 Subject: [PATCH] chore(deps): upgrade jenkins-x-plugins/jx-admin to version 0.3.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit from: https://github.com/jenkins-x-plugins/jx-admin ----- # jenkins-x-plugins/jx-admin ## Changes in version 0.3.13 ### Chores * remove dead code (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 74db7d9c60..eaec664801 100644 --- a/pkg/plugins/versions.go +++ b/pkg/plugins/versions.go @@ -7,7 +7,7 @@ import ( const ( // AdminVersion the version of the jx admin plugin - AdminVersion = "0.3.12" + AdminVersion = "0.3.13" // ApplicationVersion the version of the jx application plugin ApplicationVersion = "0.3.3"