Skip to content

Commit

Permalink
Merge pull request #5 from conortm/bump
Browse files Browse the repository at this point in the history
Bump version to 0.0.5
  • Loading branch information
conortm committed Sep 1, 2015
2 parents 4907959 + 59b3bf5 commit 9c92ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 9c92ef9

Please sign in to comment.