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