From e005fa74dbba218941cd1c5d88915c63b2df2fe1 Mon Sep 17 00:00:00 2001 From: jenkins-x-bot-test Date: Thu, 6 Feb 2025 09:32:07 +0000 Subject: [PATCH] chore(deps): upgrade jenkins-x-plugins/jx-preview to version 0.5.4 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 5bb217c62a..1d39f46e1a 100644 --- a/pkg/plugins/versions.go +++ b/pkg/plugins/versions.go @@ -31,7 +31,7 @@ const ( PipelineVersion = "0.7.17" // PreviewVersion the version of the jx preview plugin - PreviewVersion = "0.5.3" + PreviewVersion = "0.5.4" // ProjectVersion the version of the jx project plugin ProjectVersion = "0.2.70"