summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornytpu <alex@nytpu.com>2021-05-13 10:48:17 -0600
committernytpu <alex@nytpu.com>2021-05-13 10:48:17 -0600
commit25cf68a3e8d2a7e4458ba0effe4dbe1004bb8153 (patch)
treec03f96e7d4ccd337aec05fd23217fd08f3af31e2
parent528253d7111225f5bfc7c6b869971565e1aab49e (diff)
bump version to 1.7.0
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b27eedb..084c5f4 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
NAME := comitium
# will automatically set main.Version with this string
-VERSION ?= 1.6.3
+VERSION ?= 1.7.0
# source dirs & files #
GOSRC := $(shell find . -type f -name '*.go')