diff --git a/carbon-clickhouse.go b/carbon-clickhouse.go index 94feb6cf..0afac81a 100644 --- a/carbon-clickhouse.go +++ b/carbon-clickhouse.go @@ -20,7 +20,7 @@ import ( ) // Version of carbon-clickhouse -const Version = "0.7.0-alpha3" +const Version = "0.7.0" func httpServe(addr string) (func(), error) { tcpAddr, err := net.ResolveTCPAddr("tcp", addr)