Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Commit

Permalink
New snapshot is 7.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmadsen committed Aug 5, 2014
1 parent 8f89f72 commit ed40b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = 'com.github.insubstantial'
version = '7.3'
version = '7.3.1-SNAPSHOT'

if (JavaVersion.current().isJava8Compatible()) {
allprojects {
Expand All @@ -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
Expand Down

0 comments on commit ed40b0e

Please sign in to comment.