From 1fc9cdce813d28ad082658f14b2b6c586c846782 Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Wed, 31 Mar 2021 07:41:57 +0000 Subject: [PATCH] chore: upgrade jenkins-x/jx-cli to version 0.0.121 from: https://github.com/jenkins-x/jx-pipeline.git --- 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 5e2102b0..5c772d4b 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.0.120" + PipelineVersion = "0.0.121" // PreviewVersion the version of the jx preview plugin PreviewVersion = "0.0.144"