Skip to content

Commit 66e33f8

Browse files
authored
Bump version to 0.11.7
1 parent 54303f4 commit 66e33f8

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.6"
25+
const Version = "0.11.7"
2626

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

0 commit comments

Comments
 (0)