We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7246d commit 278f9f1Copy full SHA for 278f9f1
README.md
@@ -31,7 +31,7 @@ When using or transitioning to Go modules support:
31
```bash
32
# Go client latest or explicit version
33
go get github.com/nats-io/nats.go/@latest
34
-go get github.com/nats-io/nats.go/@v1.36.0
+go get github.com/nats-io/nats.go/@v1.37.0
35
36
# For latest NATS Server, add /v2 at the end
37
go get github.com/nats-io/nats-server/v2
nats.go
@@ -47,7 +47,7 @@ import (
47
48
// Default Constants
49
const (
50
- Version = "1.36.0"
+ Version = "1.37.0"
51
DefaultURL = "nats://127.0.0.1:4222"
52
DefaultPort = 4222
53
DefaultMaxReconnect = 60
0 commit comments