Bump version to 0.8.3

This commit is contained in:
cuigh 2018-08-21 17:25:42 +08:00
parent b040c82a09
commit aabf017479

View File

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