Skip to content

Commit

Permalink
Bump version to 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
conortm committed Sep 1, 2015
1 parent da6158c commit 34bd801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -22,7 +22,7 @@ Usage:

var (
// VERSION swapped out by `go build -ldflags "-X main.VERSION 1.2.3"`
VERSION = "0.0.8"
VERSION = "0.0.9"
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")
Expand Down

0 comments on commit 34bd801

Please sign in to comment.