Skip to content

Commit

Permalink
chore(release): 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rbarilani committed Apr 1, 2018
1 parent 0248f2f commit be797b9
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 @@ -9,7 +9,7 @@ import (

func main() {
app := cli.NewApp()
app.Version = "0.3.1"
app.Version = "0.3.2"
err := app.Run(os.Args)
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit be797b9

Please sign in to comment.