Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
coryb committed Nov 17, 2015
1 parent 8a7cd22 commit 7662885
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 @@ -166,7 +166,7 @@ Command Options:
op := optigo.NewDirectAssignParser(map[string]interface{}{
"h|help": usage,
"version": func() {
fmt.Println("version: 0.0.13")
fmt.Println("version: 0.0.14")
os.Exit(0)
},
"v|verbose+": func() {
Expand Down

0 comments on commit 7662885

Please sign in to comment.