2
0
mirror of https://github.com/jmespath/jp synced 2025-08-31 05:45:08 +00:00

Bump version to 0.0.4

This commit is contained in:
James Saryerwinnie
2015-08-13 22:16:44 -07:00
parent b5c297aa91
commit 3505eb00f3

2
jp.go
View File

@@ -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 = ""