From 7335b0f8b14ed9cc80cc651945e48815b31bf4d5 Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Fri, 5 Jan 2024 17:06:08 +0000 Subject: [PATCH] chore(deps): upgrade jenkins-x-plugins/jx-project to version 0.2.64 from: https://github.com/jenkins-x-plugins/jx-project.git ----- # jenkins-x-plugins/jx-project ## Changes in version 0.2.64 ### Chores * deps: upgrade go dependencies (jenkins-x-bot) --- 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 ab70ae33d4..0be5fe835f 100644 --- a/pkg/plugins/versions.go +++ b/pkg/plugins/versions.go @@ -34,7 +34,7 @@ const ( PreviewVersion = "0.4.7" // ProjectVersion the version of the jx project plugin - ProjectVersion = "0.2.61" + ProjectVersion = "0.2.64" // PromoteVersion the version of the jx promote plugin PromoteVersion = "0.6.7"