Skip to content

Commit 7dddcd7

Browse files
committed
Bump version to 0.11.2
1 parent e81a968 commit 7dddcd7

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
@@ -22,7 +22,7 @@ import (
2222
)
2323

2424
// Version of carbon-clickhouse
25-
const Version = "0.11.1"
25+
const Version = "0.11.2"
2626

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

0 commit comments

Comments
 (0)