diff --git a/README.md b/README.md index 56d3fe954..c0b25ffbb 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ When using or transitioning to Go modules support: ```bash # Go client latest or explicit version go get github.com/nats-io/nats.go/@latest -go get github.com/nats-io/nats.go/@v1.19.1 +go get github.com/nats-io/nats.go/@v1.20.0 # For latest NATS Server, add /v2 at the end go get github.com/nats-io/nats-server/v2 diff --git a/nats.go b/nats.go index 47185337b..a5e2e4a4b 100644 --- a/nats.go +++ b/nats.go @@ -48,7 +48,7 @@ import ( // Default Constants const ( - Version = "1.19.1" + Version = "1.20.0" DefaultURL = "nats://127.0.0.1:4222" DefaultPort = 4222 DefaultMaxReconnect = 60