Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
coryb committed Feb 28, 2015
1 parent 52eb7f4 commit abc3953
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 @@ -75,7 +75,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.5", false, false)
args, err := docopt.Parse(usage, nil, true, "0.0.6", false, false)
if err != nil {
log.Error("Failed to parse options: %s", err)
os.Exit(1)
Expand Down

0 comments on commit abc3953

Please sign in to comment.