bump version

This commit is contained in:
Daniel Czerwonk 2022-02-11 07:06:14 +01:00
parent 6ac083926c
commit f23e0d3b3e

View File

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