Skip to content

Commit

Permalink
Update version to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixoid committed Jun 21, 2021
1 parent bbb3a62 commit aefb5bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions doc/release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# New release

- Update `const Version` in graphite-clickhouse.go
2 changes: 1 addition & 1 deletion graphite-clickhouse.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
)

// Version of graphite-clickhouse
const Version = "0.12.0"
const Version = "0.13.0"

func init() {
scope.Version = Version
Expand Down

0 comments on commit aefb5bb

Please sign in to comment.