Skip to content

Commit 527276a

Browse files
committed
Update version
1 parent 617b5e1 commit 527276a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func main() {
1717
Name: "jf",
1818
Usage: "JSONFind",
1919
UsageText: "jf <valueToFind> <jsonFile>",
20-
Version: "0.0.1",
20+
Version: "1.0.0",
2121
Description: "Search a JSON file for a specified value and output full paths of each occurrence found",
2222
Action: doSearch,
2323
}

0 commit comments

Comments
 (0)