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