From 4db6c304d7cc140384bbddf403f3dc6160a5f4ca Mon Sep 17 00:00:00 2001 From: jenkins-x-bot-test Date: Tue, 28 May 2024 16:27:38 +0000 Subject: [PATCH] chore(deps): upgrade jenkins-x-plugins/jx-preview to version 0.5.0 from: https://github.com/jenkins-x-plugins/jx-preview --- 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 74f91d5a7e..5637cc8583 100644 --- a/pkg/plugins/versions.go +++ b/pkg/plugins/versions.go @@ -31,7 +31,7 @@ const ( PipelineVersion = "0.7.6" // PreviewVersion the version of the jx preview plugin - PreviewVersion = "0.4.9" + PreviewVersion = "0.5.0" // ProjectVersion the version of the jx project plugin ProjectVersion = "0.2.64"