Skip to content

Commit 41b4f8a

Browse files
committed
Start 2.0.1
1 parent e4396ef commit 41b4f8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Run 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)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
id 'signing'
1212
}
1313

14-
def jarVersion = "2.0.1"
14+
def jarVersion = "2.0.2"
1515
group = 'io.nats'
1616

1717
def isMerge = System.getenv("BUILD_EVENT") == "push"

0 commit comments

Comments
 (0)