We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb3a62 commit aefb5bbCopy full SHA for aefb5bb
doc/release.md
@@ -0,0 +1,3 @@
1
+# New release
2
+
3
+- Update `const Version` in graphite-clickhouse.go
graphite-clickhouse.go
@@ -29,7 +29,7 @@ import (
29
)
30
31
// Version of graphite-clickhouse
32
-const Version = "0.12.0"
+const Version = "0.13.0"
33
34
func init() {
35
scope.Version = Version
0 commit comments