From 1583ed8df58ab1509292d1356ac5350686332a4d Mon Sep 17 00:00:00 2001 From: Piotr Piotrowski Date: Thu, 20 Jul 2023 11:58:03 +0200 Subject: [PATCH] Release v1.28.0 Signed-off-by: Piotr Piotrowski --- README.md | 2 +- nats.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bef056c2e..b38f98d0a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,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.27.1 +go get github.com/nats-io/nats.go/@v1.28.0 # For latest NATS Server, add /v2 at the end go get github.com/nats-io/nats-server/v2 diff --git a/nats.go b/nats.go index fc71ce175..350f2306a 100644 --- a/nats.go +++ b/nats.go @@ -47,7 +47,7 @@ import ( // Default Constants const ( - Version = "1.27.1" + Version = "1.28.0" DefaultURL = "nats://127.0.0.1:4222" DefaultPort = 4222 DefaultMaxReconnect = 60