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 c93af50 commit 70300b2Copy full SHA for 70300b2
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.41.2
+go get github.com/nats-io/nats.go@v1.42.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.41.2"
+ Version = "1.42.0"
51
DefaultURL = "nats://127.0.0.1:4222"
52
DefaultPort = 4222
53
DefaultMaxReconnect = 60
0 commit comments