Skip to content

Commit 42828a0

Browse files
authored
Release v1.40.0 (#1833)
Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
1 parent 6b0dbf0 commit 42828a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A [Go](http://golang.org) client for the [NATS messaging system](https://nats.io
2323
go get github.com/nats-io/nats.go@latest
2424

2525
# To get a specific version:
26-
go get github.com/nats-io/nats.go@v1.39.1
26+
go get github.com/nats-io/nats.go@v1.40.0
2727

2828
# Note that the latest major version for NATS Server is v2:
2929
go get github.com/nats-io/nats-server/v2@latest

Diff for: nats.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import (
4747

4848
// Default Constants
4949
const (
50-
Version = "1.39.1"
50+
Version = "1.40.0"
5151
DefaultURL = "nats://127.0.0.1:4222"
5252
DefaultPort = 4222
5353
DefaultMaxReconnect = 60

0 commit comments

Comments
 (0)