diff --git a/plis.go b/plis.go index 097a2db..69002dc 100644 --- a/plis.go +++ b/plis.go @@ -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{ {