From 588c1408d9412de82a37dad3849d2fc1db34b17d Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Mon, 4 Nov 2024 12:41:10 +0000 Subject: [PATCH] chore(deps): upgrade jenkins-x-plugins/jx-changelog to version 0.10.7 from: https://github.com/jenkins-x-plugins/jx-changelog.git ----- # jenkins-x-plugins/jx-changelog ## Changes in version 0.10.7 ### 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 f265432094..7f88206d08 100644 --- a/pkg/plugins/versions.go +++ b/pkg/plugins/versions.go @@ -13,7 +13,7 @@ const ( ApplicationVersion = "0.3.3" // ChangelogVersion the version of the jx changelog plugin - ChangelogVersion = "0.10.6" + ChangelogVersion = "0.10.7" // GitOpsVersion the version of the jx gitops plugin GitOpsVersion = "0.22.4"