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