From ed40b0eaef78628158942744a20d1582b55d0a5f Mon Sep 17 00:00:00 2001 From: Carsten Madsen Date: Tue, 5 Aug 2014 13:47:07 +0200 Subject: [PATCH] New snapshot is 7.3.1 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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