File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### A [ Java] ( http://java.com ) client for the [ NATS messaging system] ( https://nats.io ) .
6
6
7
- ** Current Release** : 2.17.7   ; ** Current Snapshot** : 2.18.0 -SNAPSHOT
7
+ ** Current Release** : 2.18.0   ; ** Current Snapshot** : 2.18.1 -SNAPSHOT
8
8
9
9
[ ![ License Apache 2] ( https://img.shields.io/badge/License-Apache2-blue.svg )] ( https://www.apache.org/licenses/LICENSE-2.0 )
10
10
[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/io.nats/jnats/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/io.nats/jnats )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ plugins {
13
13
id ' signing'
14
14
}
15
15
16
- def jarVersion = " 2.18.0 "
16
+ def jarVersion = " 2.18.1 "
17
17
18
18
def isRelease = System . getenv(" BUILD_EVENT" ) == " release"
19
19
def brn = System . getenv(" BRANCH_REF_NAME" )
You can’t perform that action at this time.
0 commit comments