Skip to content

Commit

Permalink
0.0.7 release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Nov 27, 2017
1 parent 2f261ae commit 4d1cf1a
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 @@ -12,7 +12,7 @@ func main() {
app := cli.NewApp()
app.Name = "Docker Jockey"
app.Usage = "Spinning sick containers"
app.Version = "0.0.6"
app.Version = "0.0.7"
app.Action = cli.ShowAppHelp

app.Commands = []cli.Command{
Expand Down

0 comments on commit 4d1cf1a

Please sign in to comment.