Update main.go

This commit is contained in:
Daniel Czerwonk 2017-11-29 21:14:37 +01:00 committed by GitHub
parent d563a15394
commit 22ac426781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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