Skip to content

Commit

Permalink
Release of version 0.0.0.build8
Browse files Browse the repository at this point in the history
  • Loading branch information
vovimayhem committed Jul 21, 2017
1 parent fda9747 commit 83ab20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plis.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ func main() {
app := cli.NewApp()
app.Name = "Plis"
app.Usage = "Translates common development actions into docker/docker-compose commands by asking nicely"
app.Version = "0.0.0.build7"
app.Version = "0.0.0.build8"

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

0 comments on commit 83ab20b

Please sign in to comment.