We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54303f4 commit 66e33f8Copy full SHA for 66e33f8
carbon-clickhouse.go
@@ -22,7 +22,7 @@ import (
22
)
23
24
// Version of carbon-clickhouse
25
-const Version = "0.11.6"
+const Version = "0.11.7"
26
27
func httpServe(addr string) (func(), error) {
28
tcpAddr, err := net.ResolveTCPAddr("tcp", addr)
0 commit comments