We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364bbef commit 1ffb3acCopy full SHA for 1ffb3ac
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.34.1
+go get github.com/nats-io/nats.go/@v1.35.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.34.1"
+ Version = "1.35.0"
51
DefaultURL = "nats://127.0.0.1:4222"
52
DefaultPort = 4222
53
DefaultMaxReconnect = 60
0 commit comments