Bump version to 0.7.3

This commit is contained in:
cuigh 2018-04-08 11:50:12 +08:00
parent adcdaaf3be
commit 8be8cd382c
6 changed files with 5 additions and 5 deletions

View File

@ -28,13 +28,13 @@
![Service list](docs/images/service-list.png)
### Compose list
### Service stats
![Compose list](docs/images/compose-list.png)
![Service stats](docs/images/service-stats.png)
### Role editing
### Stack list
![Role editing](docs/images/role-edit.png)
![Stack list](docs/images/stack-list.png)
### Settings

Binary file not shown.

Before

Width:  |  Height:  |  Size: 177 KiB

After

Width:  |  Height:  |  Size: 319 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 155 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 KiB

View File

Before

Width:  |  Height:  |  Size: 184 KiB

After

Width:  |  Height:  |  Size: 184 KiB

View File

@ -28,7 +28,7 @@ func main() {
misc.BindOptions()
app.Name = "Swirl"
app.Version = "0.7.2"
app.Version = "0.7.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)