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