From 55ddbb7b78e285127421cb59d2a3771513b94b77 Mon Sep 17 00:00:00 2001 From: Roman Lomonosov Date: Tue, 23 Oct 2018 21:15:32 +0300 Subject: [PATCH] version 0.9.1 --- carbon-clickhouse.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carbon-clickhouse.go b/carbon-clickhouse.go index 7a622f69..a18e848d 100644 --- a/carbon-clickhouse.go +++ b/carbon-clickhouse.go @@ -20,7 +20,7 @@ import ( ) // Version of carbon-clickhouse -const Version = "0.9.0" +const Version = "0.9.1" func httpServe(addr string) (func(), error) { tcpAddr, err := net.ResolveTCPAddr("tcp", addr)