From 76d9479887c5f10b670e4aeb39afdfb238f99f36 Mon Sep 17 00:00:00 2001 From: bumptagbot Date: Fri, 9 Aug 2024 14:33:14 +0000 Subject: [PATCH] bump 0.15.6 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 666a87fa9..fed7daa82 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ repositories { subprojects { group = 'org.databiosphere' - version = '0.15.5-SNAPSHOT' + version = '0.15.6-SNAPSHOT' apply plugin: 'idea' apply plugin: 'java'