diff --git a/build.gradle b/build.gradle index f3b1ccdc..5dafef8b 100755 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ group = 'com.github.insubstantial' -version = '7.3' +version = '7.3.1-SNAPSHOT' if (JavaVersion.current().isJava8Compatible()) { allprojects { @@ -15,7 +15,7 @@ subprojects { apply plugin: 'signing' group = 'com.github.insubstantial' - version = '7.3' + version = '7.3.1-SNAPSHOT' ext.versionKey = "7.3-destroyer" sourceCompatibility = 1.6