From 8e1a3ea91a6e702d8b6f4606db64f79b9f278bc9 Mon Sep 17 00:00:00 2001 From: Chad Wilson Date: Thu, 2 May 2024 11:33:16 +0800 Subject: [PATCH] Bump patch version to 2.3.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 18d4f47a..a6f5ea34 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ java { gocdPlugin { id = 'git-path' - pluginVersion = '2.3.0' + pluginVersion = '2.3.1' goCdVersion = '19.9.0' name = 'Git Path Material Plugin' description = 'Plugin that polls a Git repository and triggers pipelines based on sub-directory path matches'