From 20be370598883e4af126851a921f7ff9ae98b93a Mon Sep 17 00:00:00 2001 From: jenkins-x-bot-test Date: Fri, 28 Feb 2025 15:29:54 +0000 Subject: [PATCH] chore(deps): upgrade jenkins-x-plugins/jx-preview to version 0.5.5 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 97aa29486e..5c062ba3b4 100644 --- a/pkg/plugins/versions.go +++ b/pkg/plugins/versions.go @@ -31,7 +31,7 @@ const ( PipelineVersion = "0.7.18" // PreviewVersion the version of the jx preview plugin - PreviewVersion = "0.5.4" + PreviewVersion = "0.5.5" // ProjectVersion the version of the jx project plugin ProjectVersion = "0.2.73"