From 9080e58892b00a06645c094fe53105ec38eab585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Fri, 3 May 2024 11:16:58 +0100 Subject: [PATCH] Bump version to 0.4.0-SNAPSHOT --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ca23827..69e846b 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group = 'com.glencoesoftware.omero' -version = '0.3.1-SNAPSHOT' +version = '0.4.0-SNAPSHOT' sourceCompatibility = 1.11 targetCompatibility = 1.11