Skip to content

Commit

Permalink
bump to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Nov 12, 2019
1 parent 2fe0c63 commit 2987b8f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func main() {

app.Name = "s4"
app.Usage = "Integrate local and remote workflow"
app.Version = "0.5.6"
app.Version = "0.6.0"
app.Author = "Axetroy"
app.Email = "axetroy.dev@gmail.com"

Expand Down Expand Up @@ -45,14 +45,6 @@ SOURCE CODE:
Usage: "specify the s4 configuration file.",
Value: ".s4", // default value
},
cli.StringFlag{
Name: "password",
Usage: "specify the password for the server",
},
cli.BoolFlag{
Name: "check",
Usage: "check if the configuration file is valid",
},
}

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

0 comments on commit 2987b8f

Please sign in to comment.