Skip to content

Commit

Permalink
Release v1.35.0 (#1632)
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
  • Loading branch information
piotrpio authored May 17, 2024
1 parent 364bbef commit 1ffb3ac
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ When using or transitioning to Go modules support:
```bash
# Go client latest or explicit version
go get github.com/nats-io/nats.go/@latest
go get github.com/nats-io/nats.go/@v1.34.1
go get github.com/nats-io/nats.go/@v1.35.0

# For latest NATS Server, add /v2 at the end
go get github.com/nats-io/nats-server/v2
2 changes: 1 addition & 1 deletion nats.go
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ import (

// Default Constants
const (
Version = "1.34.1"
Version = "1.35.0"
DefaultURL = "nats://127.0.0.1:4222"
DefaultPort = 4222
DefaultMaxReconnect = 60

0 comments on commit 1ffb3ac

Please sign in to comment.