Skip to content

Commit eac4c33

Browse files
committed
version 0.2
1 parent 3ea3867 commit eac4c33

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
@@ -18,7 +18,7 @@ import (
1818
)
1919

2020
// Version of carbon-clickhouse
21-
const Version = "0.1"
21+
const Version = "0.2"
2222

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

0 commit comments

Comments
 (0)