diff --git a/stan.go b/stan.go index 5481a1e..f2df3f9 100644 --- a/stan.go +++ b/stan.go @@ -26,7 +26,7 @@ import ( ) // Version is the NATS Streaming Go Client version -const Version = "0.7.0" +const Version = "0.8.0" const ( // DefaultNatsURL is the default URL the client connects to