diff --git a/cmd/json_to_csv/main.go b/cmd/json_to_csv/main.go index ec27ce8..08a6226 100644 --- a/cmd/json_to_csv/main.go +++ b/cmd/json_to_csv/main.go @@ -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{