From c645c10777fdcbb64866af219ce2b52df3985bbc Mon Sep 17 00:00:00 2001 From: bumptagbot Date: Tue, 19 Sep 2023 15:25:58 +0000 Subject: [PATCH] bump 0.2.99 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index da74a48e8..ae86152f9 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ repositories { subprojects { group = 'org.databiosphere' - version = '0.2.98-SNAPSHOT' + version = '0.2.99-SNAPSHOT' apply plugin: 'idea' apply plugin: 'java'