Skip to content

Commit 278f9f1

Browse files
authored
Release v1.37.0 (#1697)
Signed-off-by: Piotr Piotrowski <[email protected]>
1 parent 6a7246d commit 278f9f1

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
@@ -31,7 +31,7 @@ When using or transitioning to Go modules support:
3131
```bash
3232
# Go client latest or explicit version
3333
go get github.com/nats-io/nats.go/@latest
34-
go get github.com/nats-io/nats.go/@v1.36.0
34+
go get github.com/nats-io/nats.go/@v1.37.0
3535

3636
# For latest NATS Server, add /v2 at the end
3737
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.36.0"
50+
Version = "1.37.0"
5151
DefaultURL = "nats://127.0.0.1:4222"
5252
DefaultPort = 4222
5353
DefaultMaxReconnect = 60

0 commit comments

Comments
 (0)