From 6328926ceebea45116ca2894c70d454f7e291cb2 Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Fri, 4 Aug 2023 16:14:45 +0000 Subject: [PATCH] chore(deps): upgrade jenkins-x-plugins/jx-pipeline to version 0.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit from: https://github.com/jenkins-x-plugins/jx-pipeline.git ----- # jenkins-x-plugins/jx-pipeline ## Changes in version 0.7.2 ### Bug Fixes * increase build timeout (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 b9a2cc1a18..7e07dfb92c 100644 --- a/pkg/plugins/versions.go +++ b/pkg/plugins/versions.go @@ -28,7 +28,7 @@ const ( OctantJXVersion = "0.0.44" // PipelineVersion the version of the jx pipeline plugin - PipelineVersion = "0.5.16" + PipelineVersion = "0.7.2" // PreviewVersion the version of the jx preview plugin PreviewVersion = "0.2.3"