We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e46542 commit 8712190Copy full SHA for 8712190
README.md
@@ -29,7 +29,7 @@ When using or transitioning to Go modules support:
29
```bash
30
# Go client latest or explicit version
31
go get github.com/nats-io/nats.go/@latest
32
-go get github.com/nats-io/nats.go/@v1.30.2
+go get github.com/nats-io/nats.go/@v1.31.0
33
34
# For latest NATS Server, add /v2 at the end
35
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.30.2"
+ Version = "1.31.0"
51
DefaultURL = "nats://127.0.0.1:4222"
52
DefaultPort = 4222
53
DefaultMaxReconnect = 60
0 commit comments