Skip to content

Commit

Permalink
-- bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Marian Schwarz committed Aug 23, 2015
1 parent 3a649c4 commit 61fcc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func check(e error) {

func main() {
app := cli.NewApp()
app.Version = "0.0.1"
app.Version = "0.0.2"
app.Flags = []cli.Flag {
cli.StringFlag{
Name: "output",
Expand Down

0 comments on commit 61fcc16

Please sign in to comment.