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)