Skip to content

Commit 70300b2

Browse files
authored
Release v1.42.0 (#1869)
Signed-off-by: Piotr Piotrowski <[email protected]>
1 parent c93af50 commit 70300b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.41.2
26+
go get github.com/nats-io/nats.go@v1.42.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

nats.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import (
4747

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

0 commit comments

Comments
 (0)