We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1be03 commit e040f71Copy full SHA for e040f71
README.md
@@ -23,7 +23,7 @@ A [Go](http://golang.org) client for the [NATS messaging system](https://nats.io
23
go get github.com/nats-io/nats.go@latest
24
25
# To get a specific version:
26
-go get github.com/nats-io/nats.go@v1.40.1
+go get github.com/nats-io/nats.go@v1.41.0
27
28
# Note that the latest major version for NATS Server is v2:
29
go get github.com/nats-io/nats-server/v2@latest
nats.go
@@ -47,7 +47,7 @@ import (
47
48
// Default Constants
49
const (
50
- Version = "1.40.1"
+ Version = "1.41.0"
51
DefaultURL = "nats://127.0.0.1:4222"
52
DefaultPort = 4222
53
DefaultMaxReconnect = 60
0 commit comments