Skip to content

Commit 1ffb3ac

Browse files
authored
Release v1.35.0 (#1632)
Signed-off-by: Piotr Piotrowski <[email protected]>
1 parent 364bbef commit 1ffb3ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1
34+
go get github.com/nats-io/nats.go/@v1.35.0
3535

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

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

0 commit comments

Comments
 (0)