Update main.go

This commit is contained in:
Daniel Czerwonk 2019-03-09 14:23:50 +01:00 committed by GitHub
parent 5f3e69405d
commit cfe60b92dd
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" "github.com/prometheus/common/log"
) )
const version string = "1.2.2" const version string = "1.2.3"
var ( var (
showVersion = flag.Bool("version", false, "Print version information.") showVersion = flag.Bool("version", false, "Print version information.")