We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d307a9f commit a395e78Copy full SHA for a395e78
cmd/carbonapi/main.go
@@ -28,7 +28,7 @@ import (
28
)
29
30
// Version of carbonapi
31
-const Version = "0.18.1"
+const Version = "0.18.2"
32
33
// BuildVersion is provided to be overridden at build time. Eg. go build -ldflags -X 'main.BuildVersion=...'
34
var BuildVersion = "(development build)"
0 commit comments