Bump version to 0.8.1

This commit is contained in:
cuigh 2018-07-02 18:04:38 +08:00
parent 61465d8d55
commit 2ead68fc85

View File

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