Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
suddani committed Oct 15, 2021
1 parent a4b8851 commit 07541b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/json_to_csv/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func main() {
Name: "json_to_csv",
Description: "Convert a stream of json objects to csv\nIf no file is given stdin is used",
EnableBashCompletion: true,
Version: "v0.1.1",
Version: "v0.1.2",
Usage: "Converts a file containing json objects to a csv",
UsageText: "json_to_csv [global options] [command] FILE",
Flags: []cli.Flag{
Expand Down

0 comments on commit 07541b2

Please sign in to comment.