Skip to content

Commit

Permalink
Updated version to 2.3.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Winkler committed Dec 17, 2023
1 parent e701693 commit e77f353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASENOTES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -441,3 +441,4 @@ Issue #1414: SpEL expressions support passing runtime method arguments to bean m
* Issue #1625: New module that collects overall information enhancement
* Issue #1565: Do not retry if IntervalFunction returns interval less than 0
* Issue #1865: Timelimiter always uses the "default" configuration in micronaut application
* Issue #2038: java.lang.StackOverflowError due to infinite loop in CircuitBreakerStateMachine$OpenState.tryAcquirePermission
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply from: "${rootDir}/libraries.gradle"
allprojects {
apply plugin: 'jacoco'

version = '2.2.0'
version = '2.3.0-SNAPSHOT'
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 e77f353

Please sign in to comment.