From 8d650930ecbd0c25f5b8ee60c7bb092c9d0a5bc4 Mon Sep 17 00:00:00 2001 From: Roberto Quintanilla Date: Wed, 30 Nov 2016 17:20:13 -0600 Subject: [PATCH] Bump to version 0.0.0.build5 --- plis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plis.go b/plis.go index 0cfa298..f4bbac7 100644 --- a/plis.go +++ b/plis.go @@ -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{ {