From 2af2b13ea4b6ea67a2cc16be24c50f1e12d783f6 Mon Sep 17 00:00:00 2001 From: bumptagbot Date: Mon, 28 Oct 2024 13:22:10 +0000 Subject: [PATCH] bump 0.24.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c906a807b..fb6be1b11 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ repositories { subprojects { group = 'org.databiosphere' - version = '0.24.0-SNAPSHOT' + version = '0.24.1-SNAPSHOT' apply plugin: 'idea' apply plugin: 'java'