We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d3be0c commit 41de016Copy full SHA for 41de016
2 files changed
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.45.0
+go get github.com/nats-io/nats.go@v1.46.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.45.0"
+ Version = "1.46.0"
52
DefaultURL = "nats://127.0.0.1:4222"
53
DefaultPort = 4222
54
DefaultMaxReconnect = 60
0 commit comments