From 5a0cea158862f0b22c95a4ec0fb91b4d41fbe477 Mon Sep 17 00:00:00 2001 From: bumptagbot Date: Fri, 20 Sep 2024 18:18:10 +0000 Subject: [PATCH] bump 0.22.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e88ca1140..3b9c06c6b 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ repositories { subprojects { group = 'org.databiosphere' - version = '0.21.1-SNAPSHOT' + version = '0.22.0-SNAPSHOT' apply plugin: 'idea' apply plugin: 'java'