Skip to content

Commit

Permalink
Preparing release 0.0.0.build11
Browse files Browse the repository at this point in the history
  • Loading branch information
vovimayhem committed Dec 23, 2018
1 parent 3d2ce32 commit 67ec65f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plis.go
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
package main

import (
"os"

"github.com/IcaliaLabs/plis/cmd"
"github.com/urfave/cli"
"os"
)

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.build10"
app.Version = "0.0.0.build11"

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

0 comments on commit 67ec65f

Please sign in to comment.