diff --git a/main.go b/main.go index 53e325f..9cd5981 100644 --- a/main.go +++ b/main.go @@ -22,7 +22,7 @@ Usage: var ( // VERSION swapped out by `go build -ldflags "-X main.VERSION 1.2.3"` - VERSION = "0.0.4" + VERSION = "0.0.5" configFilename = flag.String("config", "config.yml", "Path to yaml config file") debug = flag.Bool("d", false, "Add debugging output") showVersion = flag.Bool("version", false, "Display the version number")