Bump version to 0.7.7

This commit is contained in:
cuigh 2018-04-27 12:06:37 +08:00
parent 54b07dcd12
commit a7a4be4d71

View File

@ -28,7 +28,7 @@ func main() {
misc.BindOptions()
app.Name = "Swirl"
app.Version = "0.7.6"
app.Version = "0.7.7"
app.Desc = "A web management UI for Docker, focused on swarm cluster"
app.Action = func(ctx *app.Context) {
err := config.UnmarshalOption("swirl", &misc.Options)