Update desktop version number

The makefile was updated in https://github.com/maputnik/desktop/pull/14
This commit is contained in:
pathmapper
2020-06-03 15:05:47 +02:00
committed by GitHub
parent aeca95a27f
commit 1495d11462

View File

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