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 c337fd4 commit 01f1814Copy full SHA for 01f1814
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.46.1
+go get github.com/nats-io/nats.go@v1.47.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
@@ -48,7 +48,7 @@ import (
48
49
// Default Constants
50
const (
51
- Version = "1.46.1"
+ Version = "1.47.0"
52
DefaultURL = "nats://127.0.0.1:4222"
53
DefaultPort = 4222
54
DefaultMaxReconnect = 60
0 commit comments