Update main.go

This commit is contained in:
Daniel Czerwonk 2017-09-30 00:00:29 +02:00 committed by GitHub
parent 577c149b22
commit aee1323b32

View File

@ -11,7 +11,7 @@ import (
"github.com/prometheus/common/log"
)
const version string = "0.8.3"
const version string = "0.8.4"
var (
showVersion = flag.Bool("version", false, "Print version information.")