Skip to content

Commit b974996

Browse files
author
Roman Lomonosov
committed
version 0.11.1
1 parent e5d6276 commit b974996

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

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

0 commit comments

Comments
 (0)