Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
coryb committed Feb 19, 2015
1 parent f3feff7 commit 8c07442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jira/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Command Options:
or Watcher to search for
`, user, fmt.Sprintf("%s/.jira.d/templates", home), user)

args, err := docopt.Parse(usage, nil, true, "0.0.2", false, false)
args, err := docopt.Parse(usage, nil, true, "0.0.3", false, false)
if err != nil {
log.Error("Failed to parse options: %s", err)
os.Exit(1)
Expand Down

0 comments on commit 8c07442

Please sign in to comment.