Skip to content

Commit dd3e640

Browse files
committed
version 0.11.0
1 parent ef77d8d commit dd3e640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

carbon-clickhouse.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
)
2121

2222
// Version of carbon-clickhouse
23-
const Version = "0.10.2"
23+
const Version = "0.11.0"
2424

2525
func httpServe(addr string) (func(), error) {
2626
tcpAddr, err := net.ResolveTCPAddr("tcp", addr)

0 commit comments

Comments
 (0)