From 538cea7f458910f7963e8b75453483eebcd74259 Mon Sep 17 00:00:00 2001 From: pathmapper Date: Sun, 13 Oct 2019 14:28:42 +0200 Subject: [PATCH] Update editor to v1.6.1 --- Makefile | 2 +- maputnik.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 77e33466..dce0af9d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ SOURCEDIR=. SOURCES := $(shell find $(SOURCEDIR) -name '*.go') BINARY=maputnik -EDITOR_VERSION ?= v1.6.0 +EDITOR_VERSION ?= v1.6.1 all: $(BINARY) diff --git a/maputnik.go b/maputnik.go index a3391449..16e076d7 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.0; Desktop: 1.0.4" + app.Version = "Editor: 1.6.1; Desktop: 1.0.4" app.Flags = []cli.Flag{ cli.StringFlag{