From 17e221bde18ef3fc5e3ad91ec54d11a1badc9043 Mon Sep 17 00:00:00 2001 From: Ivan Kozlovic Date: Fri, 8 Jan 2021 17:09:48 -0700 Subject: [PATCH] Release v0.8.1 Signed-off-by: Ivan Kozlovic --- stan.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stan.go b/stan.go index f2df3f9..0a42e5b 100644 --- a/stan.go +++ b/stan.go @@ -26,7 +26,7 @@ import ( ) // Version is the NATS Streaming Go Client version -const Version = "0.8.0" +const Version = "0.8.1" const ( // DefaultNatsURL is the default URL the client connects to