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 4d95bde commit f95aa3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jira ls -t table # list all unresolved issues in pretty t

jira create # create new "Bug" type issue for project GOJIRA
jira create -i Task # create new Task type issue

# make the table template your default "list" template:
jira export-templates -t table
mv $HOME/.jira.d/templates/table $HOME/.jira.d/templates/list
```

## Download
Expand Down
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.3", false, false)
args, err := docopt.Parse(usage, nil, true, "0.0.4", false, false)
if err != nil {
log.Error("Failed to parse options: %s", err)
os.Exit(1)
Expand Down

0 comments on commit f95aa3d

Please sign in to comment.