We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d250981 commit e57f754Copy full SHA for e57f754
cmd/jp/main.go
@@ -37,7 +37,7 @@ var (
37
valueQuoteStyle = color.New(color.FgGreen) // 值的引号,使用绿色
38
)
39
40
-const version = "1.0.0"
+const version = "1.0.1"
41
42
func printUsage() {
43
titleStyle.Printf("jp - JSONPath Command Line Tool v%s\n", version)
scripts/release.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-VERSION="1.0.0"
+VERSION="1.0.1"
4
BINARY_NAME="jp"
5
PLATFORMS=("darwin/amd64" "darwin/arm64" "linux/amd64" "linux/arm64")
6
0 commit comments