We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea3867 commit eac4c33Copy full SHA for eac4c33
carbon-clickhouse.go
@@ -18,7 +18,7 @@ import (
18
)
19
20
// Version of carbon-clickhouse
21
-const Version = "0.1"
+const Version = "0.2"
22
23
func httpServe(addr string) (func(), error) {
24
tcpAddr, err := net.ResolveTCPAddr("tcp", addr)
0 commit comments