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 14f83a3 commit e75ef54Copy full SHA for e75ef54
carbon-clickhouse.go
@@ -20,7 +20,7 @@ import (
20
)
21
22
// Version of carbon-clickhouse
23
-const Version = "0.10.0"
+const Version = "0.10.1"
24
25
func httpServe(addr string) (func(), error) {
26
tcpAddr, err := net.ResolveTCPAddr("tcp", addr)
0 commit comments