Skip to content

Commit 10381e1

Browse files
authored
Release v1.34.1 (#1602)
Signed-off-by: Piotr Piotrowski <[email protected]>
1 parent c97f022 commit 10381e1

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
@@ -31,7 +31,7 @@ When using or transitioning to Go modules support:
3131
```bash
3232
# Go client latest or explicit version
3333
go get github.com/nats-io/nats.go/@latest
34-
go get github.com/nats-io/nats.go/@v1.34.0
34+
go get github.com/nats-io/nats.go/@v1.34.1
3535

3636
# For latest NATS Server, add /v2 at the end
3737
go get github.com/nats-io/nats-server/v2

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.34.0"
50+
Version = "1.34.1"
5151
DefaultURL = "nats://127.0.0.1:4222"
5252
DefaultPort = 4222
5353
DefaultMaxReconnect = 60

0 commit comments

Comments
 (0)