We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0312b commit aebdd8cCopy full SHA for aebdd8c
carbon-clickhouse.go
@@ -22,7 +22,7 @@ import (
22
)
23
24
// Version of carbon-clickhouse
25
-const Version = "0.11.3"
+const Version = "0.11.4"
26
27
func httpServe(addr string) (func(), error) {
28
tcpAddr, err := net.ResolveTCPAddr("tcp", addr)
0 commit comments