Skip to content

Commit aebdd8c

Browse files
authored
Bump version to 0.11.4
1 parent 0b0312b commit aebdd8c

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

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

0 commit comments

Comments
 (0)