File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
55Run the [ NATS messaging system] ( https://nats.io ) Server from your Java code.
66
7- ** Current Release** : 2.0.0   ; ** Current Snapshot** : 2.0.1 -SNAPSHOT
7+ ** Current Release** : 2.0.1   ; ** Current Snapshot** : 2.0.2 -SNAPSHOT
88
99[ ![ License Apache 2] ( https://img.shields.io/badge/License-Apache2-blue.svg )] ( https://www.apache.org/licenses/LICENSE-2.0 )
1010[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/io.nats/jnats-server-runner/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/io.nats/jnats-server-runner )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
1111 id ' signing'
1212}
1313
14- def jarVersion = " 2.0.1 "
14+ def jarVersion = " 2.0.2 "
1515group = ' io.nats'
1616
1717def isMerge = System . getenv(" BUILD_EVENT" ) == " push"
You can’t perform that action at this time.
0 commit comments