From ef03e298fcb01395d35dc3bfcb7932d92fd0f5da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Tue, 10 Oct 2023 15:42:23 +0100 Subject: [PATCH] Bump version to 0.3.1-SNAPSHOT --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9aeec59..1ffc306 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group = 'com.glencoesoftware.ldaptool' -version = '0.3.0' +version = '0.3.1-SNAPSHOT' mainClassName = 'com.glencoesoftware.ldaptool.Main'