Skip to content

Commit aefb5bb

Browse files
committed
Update version to 0.13.0
1 parent bbb3a62 commit aefb5bb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

doc/release.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# New release
2+
3+
- Update `const Version` in graphite-clickhouse.go

graphite-clickhouse.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
)
3030

3131
// Version of graphite-clickhouse
32-
const Version = "0.12.0"
32+
const Version = "0.13.0"
3333

3434
func init() {
3535
scope.Version = Version

0 commit comments

Comments
 (0)