From 86461e8882abc7d93d03f20cc598de28105ea979 Mon Sep 17 00:00:00 2001 From: bumptagbot Date: Wed, 4 Sep 2024 17:59:39 +0000 Subject: [PATCH] bump 0.19.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a133b596d..d2e95c56c 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ repositories { subprojects { group = 'org.databiosphere' - version = '0.18.18-SNAPSHOT' + version = '0.19.0-SNAPSHOT' apply plugin: 'idea' apply plugin: 'java'