2
0
mirror of https://github.com/jmespath/jp synced 2025-08-22 01:27:28 +00:00

Bumping version to 0.2.1

This commit is contained in:
James Saryerwinnie 2021-09-30 14:25:09 -04:00
parent bb6699dceb
commit 1331b6f3cb

2
jp.go
View File

@ -10,7 +10,7 @@ import (
"github.com/jmespath/go-jmespath"
)
const version = "0.2.0"
const version = "0.2.1"
func main() {
app := cli.NewApp()