Switch around editor and desktop in version field so that it prints nicer

This commit is contained in:
Lukas Welte
2019-02-09 13:47:58 +01:00
parent 562a4f7322
commit 2e58be1c90

View File

@@ -16,7 +16,7 @@ func main() {
app := cli.NewApp()
app.Name = "maputnik"
app.Usage = "Server for integrating Maputnik locally"
app.Version = "Desktop: 1.0.3; Editor: 1.5.0"
app.Version = "Editor: 1.5.0; Desktop: 1.0.3"
app.Flags = []cli.Flag{
cli.StringFlag{