Update main.go

Bump version
This commit is contained in:
Daniel Czerwonk 2022-01-13 09:35:07 +01:00 committed by GitHub
parent f0f068ca4c
commit 3f19d943a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ import (
log "github.com/sirupsen/logrus"
)
const version string = "1.2.6"
const version string = "1.2.7"
var (
showVersion = flag.Bool("version", false, "Print version information.")