Bump version to 0.7.5

This commit is contained in:
cuigh 2018-04-16 21:01:14 +08:00
parent c2196eed94
commit aa9481ac7a

View File

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