From b6215dcb99052736448e90a3e593ea5f0550f40f Mon Sep 17 00:00:00 2001 From: Chris Allan Date: Mon, 28 Jun 2021 15:46:25 +0100 Subject: [PATCH] Restore 0.3.0-SNAPSHOT --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cfc307f..b79c2b5 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group = 'com.glencoesoftware' -version = '0.3.0-rc4' +version = '0.3.0-SNAPSHOT' mainClassName = 'com.glencoesoftware.pyramid.PyramidFromDirectoryWriter' sourceCompatibility = 1.8