diff --git a/stan.go b/stan.go index 0a42e5b..b6ea2f9 100644 --- a/stan.go +++ b/stan.go @@ -26,7 +26,7 @@ import ( ) // Version is the NATS Streaming Go Client version -const Version = "0.8.1" +const Version = "0.8.2" const ( // DefaultNatsURL is the default URL the client connects to