Skip to content

Commit 41de016

Browse files
committed
Release v1.46.0
Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
1 parent 2d3be0c commit 41de016

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.45.0
26+
go get github.com/nats-io/nats.go@v1.46.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
@@ -48,7 +48,7 @@ import (
4848

4949
// Default Constants
5050
const (
51-
Version = "1.45.0"
51+
Version = "1.46.0"
5252
DefaultURL = "nats://127.0.0.1:4222"
5353
DefaultPort = 4222
5454
DefaultMaxReconnect = 60

0 commit comments

Comments
 (0)