Skip to content

Commit

Permalink
Set Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
karantin2020 committed Jun 3, 2017
1 parent 295915c commit 72e3970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csvgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var (
const fieldPrefix = "um"

func main() {
flags := cli.New("This app generates csv Marshall and Unmarshal functions", "1.0.1")
flags := cli.New("This app generates csv Marshall and Unmarshal functions", "0.1.1")
flags.StringVarP(&pkg, "pkg", "p", "", "output package")
flags.StringVarP(&subpkg, "subpkg", "s", "", "output subpkg name")
flags.StringVarP(&fname, "fname", "f", "", "input file")
Expand Down

0 comments on commit 72e3970

Please sign in to comment.