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