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 2dcf665 commit d5330fd
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 d5330fd

Please sign in to comment.