Skip to content

Commit

Permalink
Bump version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesls committed Aug 14, 2015
1 parent b5c297a commit 3505eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jp.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
func main() {
app := cli.NewApp()
app.Name = "jp"
app.Version = "0.0.3"
app.Version = "0.0.4"
app.Usage = "jp [<options>] <expression>"
app.Author = ""
app.Email = ""
Expand Down

0 comments on commit 3505eb0

Please sign in to comment.