From 92f61c3e7641e490a07bda33a365ea08931f8c2d Mon Sep 17 00:00:00 2001 From: Ivan Kozlovic Date: Fri, 29 Jul 2022 12:24:05 -0600 Subject: [PATCH] Release v0.10.3 Signed-off-by: Ivan Kozlovic --- README.md | 2 +- stan.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c275e0..9a68a60 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ When using or transitioning to Go modules support: ```bash # Go client latest or explicit version go get github.com/nats-io/stan.go/@latest -go get github.com/nats-io/stan.go/@v0.10.2 +go get github.com/nats-io/stan.go/@v0.10.3 ``` ## Important things to know about reconnections. diff --git a/stan.go b/stan.go index 237e2ab..d515694 100644 --- a/stan.go +++ b/stan.go @@ -26,7 +26,7 @@ import ( ) // Version is the NATS Streaming Go Client version -const Version = "0.10.2" +const Version = "0.10.3" const ( // DefaultNatsURL is the default URL the client connects to