From 5d8cf03ba5f86115638065bfaea543c9527db135 Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Tue, 30 Mar 2021 15:04:50 +0000 Subject: [PATCH] chore: upgrade jenkins-x/jx-cli to version 0.0.120 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 8457fce7..0d88397a 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.119" + PipelineVersion = "0.0.120" // PreviewVersion the version of the jx preview plugin PreviewVersion = "0.0.144"