From 9ff2da9bc1e74a43380371a8cea37ceb32724fcd Mon Sep 17 00:00:00 2001 From: Roman Lomonosov Date: Fri, 4 Aug 2017 18:14:10 +0300 Subject: [PATCH] version 0.6.3 --- carbon-clickhouse.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carbon-clickhouse.go b/carbon-clickhouse.go index 1edd1014..79fc7cf6 100644 --- a/carbon-clickhouse.go +++ b/carbon-clickhouse.go @@ -20,7 +20,7 @@ import ( ) // Version of carbon-clickhouse -const Version = "0.6.2" +const Version = "0.6.3" func httpServe(addr string) (func(), error) { tcpAddr, err := net.ResolveTCPAddr("tcp", addr)