Release v1.48.0 (#1984)

Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
This commit is contained in:
Piotr Piotrowski
2025-12-17 14:35:24 +01:00
committed by GitHub
parent 3ad420407d
commit a0e7b702c6
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ A [Go](http://golang.org) client for the [NATS messaging system](https://nats.io
go get github.com/nats-io/nats.go@latest
# To get a specific version:
go get github.com/nats-io/nats.go@v1.47.0
go get github.com/nats-io/nats.go@v1.48.0
# Note that the latest major version for NATS Server is v2:
go get github.com/nats-io/nats-server/v2@latest

View File

@@ -48,7 +48,7 @@ import (
// Default Constants
const (
Version = "1.47.0"
Version = "1.48.0"
DefaultURL = "nats://127.0.0.1:4222"
DefaultPort = 4222
DefaultMaxReconnect = 60