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