Update editor to v1.6.1

This commit is contained in:
pathmapper
2019-10-13 14:28:42 +02:00
parent fdfc470ccc
commit 538cea7f45
2 changed files with 2 additions and 2 deletions

View File

@@ -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)