Skip to content

Commit 7917595

Browse files
authored
Release v1.24.0 (#1221)
1 parent 4d0135b commit 7917595

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ When using or transitioning to Go modules support:
2929
```bash
3030
# Go client latest or explicit version
3131
go get github.com/nats-io/nats.go/@latest
32-
go get github.com/nats-io/nats.go/@v1.23.0
32+
go get github.com/nats-io/nats.go/@v1.24.0
3333

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

nats.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import (
4747

4848
// Default Constants
4949
const (
50-
Version = "1.23.0"
50+
Version = "1.24.0"
5151
DefaultURL = "nats://127.0.0.1:4222"
5252
DefaultPort = 4222
5353
DefaultMaxReconnect = 60

0 commit comments

Comments
 (0)