Skip to content

Commit

Permalink
Updated version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Winkler committed Jun 6, 2017
1 parent b2e79a0 commit a268469
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
Expand Up @@ -23,15 +23,15 @@ apply plugin: 'com.github.kt3k.coveralls'
apply from: "${rootDir}/libraries.gradle"

ext {
releaseVersion = '0.9.0'
releaseVersion = '0.10.0'
}

allprojects {
apply plugin: 'net.saliman.cobertura'
apply plugin: 'me.champeau.gradle.jmh'
apply plugin: 'com.jfrog.artifactory'

version = '0.9.1-SNAPSHOT'
version = '0.10.0'
group = 'io.github.resilience4j'
description = 'Resilience4j is a lightweight, easy-to-use fault tolerance library designed for Java8 and functional programming'

Expand Down

0 comments on commit a268469

Please sign in to comment.