From d45960ef070572b65653329167c57c3a353bc98f Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Sun, 19 Jan 2025 01:13:38 +0000 Subject: [PATCH] chore(deps): upgrade to version 0.2.70 from: https://github.com/jenkins-x-plugins/jx-project.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 e26c902974..4949c69a35 100644 --- a/pkg/plugins/versions.go +++ b/pkg/plugins/versions.go @@ -34,7 +34,7 @@ const ( PreviewVersion = "0.5.1" // ProjectVersion the version of the jx project plugin - ProjectVersion = "0.2.67" + ProjectVersion = "0.2.70" // PromoteVersion the version of the jx promote plugin PromoteVersion = "0.6.11"