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)