Skip to content

Commit

Permalink
Updated version to 0.7.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Winkler committed Oct 4, 2016
1 parent f1dce41 commit 1d5ca9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ apply plugin: 'org.ajoberstar.github-pages'

group = 'io.github.robwin'
description = 'A CircuitBreaker pattern implementation for Java 8 and functional programming.'
version = '0.6.0-SNAPSHOT'
version = '0.7.0-SNAPSHOT'

tasks.withType(JavaCompile) {
sourceCompatibility = "1.8"
Expand Down

0 comments on commit 1d5ca9c

Please sign in to comment.