From a7df8a822060440934c4d7edb8ce069906a46bb1 Mon Sep 17 00:00:00 2001 From: Piotr Piotrowski Date: Thu, 22 Dec 2022 14:42:21 +0100 Subject: [PATCH] Release v1.22.1 --- README.md | 2 +- nats.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2a7a2587..c8575bc60 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.22.0 +go get github.com/nats-io/nats.go/@v1.22.1 # 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 c6e160a7a..9cd210752 100644 --- a/nats.go +++ b/nats.go @@ -47,7 +47,7 @@ import ( // Default Constants const ( - Version = "1.22.0" + Version = "1.22.1" DefaultURL = "nats://127.0.0.1:4222" DefaultPort = 4222 DefaultMaxReconnect = 60