Skip to content

Commit 176eb21

Browse files
committed
Updated version to 1.0.0-SNAPSHOT
1 parent 8e0108c commit 176eb21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ apply plugin: 'idea'
99
apply from: "${rootDir}/libraries.gradle"
1010

1111
ext {
12-
releaseVersion = '0.16.0'
12+
releaseVersion = '1.0.0-SNAPSHOT'
1313
}
1414

1515
allprojects {
1616
apply plugin: 'jacoco'
1717
apply plugin: 'me.champeau.gradle.jmh'
1818
apply plugin: 'com.jfrog.artifactory'
1919

20-
version = '0.17.0-SNAPSHOT'
20+
version = '0.17.0'
2121
group = 'io.github.resilience4j'
2222
description = 'Resilience4j is a lightweight, easy-to-use fault tolerance library designed for Java8 and functional programming'
2323

0 commit comments

Comments
 (0)