From 927e6163aa50d03482b69e1ce1a119672a023c74 Mon Sep 17 00:00:00 2001 From: jenkins-x-bot-test Date: Sun, 20 Oct 2024 14:30:25 +0000 Subject: [PATCH] chore(deps): upgrade jenkins-x-plugins/jx-promote to version 0.6.11 from: https://github.com/jenkins-x-plugins/jx-promote --- 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 c52e589a53..25a132391e 100644 --- a/pkg/plugins/versions.go +++ b/pkg/plugins/versions.go @@ -37,7 +37,7 @@ const ( ProjectVersion = "0.2.65" // PromoteVersion the version of the jx promote plugin - PromoteVersion = "0.6.10" + PromoteVersion = "0.6.11" // SecretVersion the version of the jx secret plugin SecretVersion = "0.4.9"