Skip to content

Commit e75ef54

Browse files
committed
version 0.10.1
1 parent 14f83a3 commit e75ef54

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.0"
23+
const Version = "0.10.1"
2424

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

0 commit comments

Comments
 (0)