We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b887e commit 077266cCopy full SHA for 077266c
carbon-clickhouse.go
@@ -20,7 +20,7 @@ import (
20
)
21
22
// Version of carbon-clickhouse
23
-const Version = "0.3.0"
+const Version = "0.3.1"
24
25
func httpServe(addr string) (func(), error) {
26
tcpAddr, err := net.ResolveTCPAddr("tcp", addr)
0 commit comments