Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Bennett committed Jul 31, 2015
1 parent 6c508f9 commit 880b45c
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 @@ -77,7 +77,7 @@ Command Options:
--max_results=VAL Maximum number of results to return in query (default: %s)
`, user, fmt.Sprintf("%s/.jira.d/templates", home), user, defaultMaxResults)

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

0 comments on commit 880b45c

Please sign in to comment.