Bump version to 0.7.9

This commit is contained in:
cuigh 2018-05-23 17:23:58 +08:00
parent 4f2c7f200f
commit 14b166ea01

View File

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