Update main.go

bumped version
This commit is contained in:
Daniel Czerwonk 2020-02-19 17:14:30 +01:00 committed by GitHub
parent 080776b93b
commit 350a49f6c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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