diff --git a/README.md b/README.md index 9a68a60..676bb18 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.3 +go get github.com/nats-io/stan.go/@v0.10.4 ``` ## Important things to know about reconnections. diff --git a/stan.go b/stan.go index d515694..f000d1e 100644 --- a/stan.go +++ b/stan.go @@ -26,7 +26,7 @@ import ( ) // Version is the NATS Streaming Go Client version -const Version = "0.10.3" +const Version = "0.10.4" const ( // DefaultNatsURL is the default URL the client connects to