Skip to content

Commit 4dc7f1e

Browse files
authored
Release v1.46.1 (#1948)
Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
1 parent 0bbc048 commit 4dc7f1e

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.46.0
26+
go get github.com/nats-io/nats.go@v1.46.1
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.46.0"
51+
Version = "1.46.1"
5252
DefaultURL = "nats://127.0.0.1:4222"
5353
DefaultPort = 4222
5454
DefaultMaxReconnect = 60

0 commit comments

Comments
 (0)