diff --git a/carbon-clickhouse.go b/carbon-clickhouse.go index 75cfed8..a45a113 100644 --- a/carbon-clickhouse.go +++ b/carbon-clickhouse.go @@ -22,7 +22,7 @@ import ( ) // Version of carbon-clickhouse -const Version = "0.11.7" +const Version = "0.11.8" func httpServe(addr string) (func(), error) { tcpAddr, err := net.ResolveTCPAddr("tcp", addr)