We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9098f3 commit f24f1abCopy full SHA for f24f1ab
main.go
@@ -12,7 +12,7 @@ import (
12
log "github.com/sirupsen/logrus"
13
)
14
15
-const version string = "1.4.2"
+const version string = "1.4.3"
16
17
var (
18
showVersion = flag.Bool("version", false, "Print version information.")
0 commit comments