mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 06:10:00 +00:00
Switch around editor and desktop in version field so that it prints nicer
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user