Skip to content

Commit

Permalink
Release version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
williammartin committed Jan 29, 2019
1 parent 36bed60 commit e2be924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (

func main() {
app := cli.NewApp()
app.Version = "0.1.0"
app.Name = "gomg"
app.Commands = []cli.Command{
validate.Command,
Expand Down

0 comments on commit e2be924

Please sign in to comment.