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