From c316bf4ac914bac60858a3b9e6dcb80dd3aabc3d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 20:31:15 +0100 Subject: [PATCH] chore(main): release 2.0.6-SNAPSHOT (#239) 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 eff81a1b..1ef3e18f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -99,4 +99,4 @@ tasks { } project.group = "be.duncanc" -project.version = "2.0.5" // x-release-please-version +project.version = "2.0.6-SNAPSHOT" // x-release-please-version