Skip to content

Commit

Permalink
Merge pull request #26 from rbarilani/release-0.3.3
Browse files Browse the repository at this point in the history
chore(release): 0.3.3
  • Loading branch information
rbarilani authored Mar 21, 2019
2 parents 2f3b240 + 403ae3b commit 166ac33
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 @@ -14,7 +14,7 @@ var logFatal = log.Fatal

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

0 comments on commit 166ac33

Please sign in to comment.