Update Editor to v1.7.0

This commit is contained in:
pathmapper
2020-05-28 22:05:48 +02:00
parent 293342e4fb
commit 686fd27b35
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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)