Skip to content

Commit

Permalink
Bump to version 0.0.0.build5
Browse files Browse the repository at this point in the history
  • Loading branch information
vovimayhem committed Nov 30, 2016
1 parent 9110b27 commit 8d65093
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 @@ -176,7 +176,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.build4"
app.Version = "0.0.0.build5"

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

0 comments on commit 8d65093

Please sign in to comment.