Skip to content

Commit

Permalink
Merge pull request #1090 from subutai-io/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
crioto authored Oct 3, 2018
2 parents 786e42a + b8cef49 commit 407e3b2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,14 @@ func main() {
return nil
},
},
{
Name: "version",
Usage: "Display version number",
Action: func(c *cli.Context) error {
fmt.Println(AppVersion)
return nil
},
},
}
app.Run(os.Args)
}

0 comments on commit 407e3b2

Please sign in to comment.