diff --git a/Makefile b/Makefile index dce0af9d..3c125ec7 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ SOURCEDIR=. SOURCES := $(shell find $(SOURCEDIR) -name '*.go') BINARY=maputnik -EDITOR_VERSION ?= v1.6.1 +EDITOR_VERSION ?= v1.7.0 all: $(BINARY) diff --git a/maputnik.go b/maputnik.go index a1d1d706..c0dc1671 100644 --- a/maputnik.go +++ b/maputnik.go @@ -16,7 +16,7 @@ func main() { app := cli.NewApp() app.Name = "maputnik" app.Usage = "Server for integrating Maputnik locally" - app.Version = "Editor: 1.6.1; Desktop: 1.0.5" + app.Version = "Editor: 1.7.0; Desktop: 1.0.5" app.Flags = []cli.Flag{ &cli.StringFlag{