Skip to content

Commit 8712190

Browse files
authored
Release v1.31.0 (#1442)
Signed-off-by: Piotr Piotrowski <[email protected]>
1 parent 5e46542 commit 8712190

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ When using or transitioning to Go modules support:
2929
```bash
3030
# Go client latest or explicit version
3131
go get github.com/nats-io/nats.go/@latest
32-
go get github.com/nats-io/nats.go/@v1.30.2
32+
go get github.com/nats-io/nats.go/@v1.31.0
3333

3434
# For latest NATS Server, add /v2 at the end
3535
go get github.com/nats-io/nats-server/v2

nats.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import (
4747

4848
// Default Constants
4949
const (
50-
Version = "1.30.2"
50+
Version = "1.31.0"
5151
DefaultURL = "nats://127.0.0.1:4222"
5252
DefaultPort = 4222
5353
DefaultMaxReconnect = 60

0 commit comments

Comments
 (0)