From 5b0aa0e08f7a0c18147aed580766ff372adad7cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 03:48:21 +0000 Subject: [PATCH] chore(version): bump kmptoolkit.version to 3.5.7 after release of 3.5.6 Auto-opened by mbl-actionhub-bump-version. Sets kmptoolkit.version=3.5.7 so the next release run has a valid sanity-check value (3.5.7 > 3.5.6 on Maven Central). --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index c31e037..497a9f7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ # After this release, mbl-actionhub-bump-version auto-opens a PR bumping # this value to the next patch — manual edits should be rare from now on. # ============================================================================= -kmptoolkit.version=3.5.6 +kmptoolkit.version=3.5.7 # Maven Central Publishing (vanniktech 0.36.0 reads these from gradle.properties) SONATYPE_HOST=CENTRAL_PORTAL