From ef7446e094d7c3d5d57c038a57343ad5487611f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Mon, 19 Jun 2023 09:51:36 +0100 Subject: [PATCH] Bump version to 0.6.0-24 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index db30317..8c770f0 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group = 'com.glencoesoftware' -version = '0.7.0-SNAPSHOT' +version = '0.6.0-24' mainClassName = 'com.glencoesoftware.bioformats2raw.Converter' sourceCompatibility = 1.8