Skip to content

Commit 1d5ca9c

Browse files
author
Robert Winkler
committed
Updated version to 0.7.0-SNAPSHOT
1 parent f1dce41 commit 1d5ca9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ apply plugin: 'org.ajoberstar.github-pages'
2929

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

3434
tasks.withType(JavaCompile) {
3535
sourceCompatibility = "1.8"

0 commit comments

Comments
 (0)