From e403a0d03a7ed6c4b90def5149dda00369dc145b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:33:33 +0200 Subject: [PATCH] chore(main): release 2.0.4-SNAPSHOT (#199) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c0f5aa5a..cc76a5bb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -99,4 +99,4 @@ tasks { } project.group = "be.duncanc" -project.version = "2.0.3" // x-release-please-version +project.version = "2.0.4-SNAPSHOT" // x-release-please-version