diff --git a/carbon-clickhouse.go b/carbon-clickhouse.go index 1b96fb68..982d8679 100644 --- a/carbon-clickhouse.go +++ b/carbon-clickhouse.go @@ -22,7 +22,7 @@ import ( ) // Version of carbon-clickhouse -const Version = "0.11.4" +const Version = "0.11.5" func httpServe(addr string) (func(), error) { tcpAddr, err := net.ResolveTCPAddr("tcp", addr)