From 25cf68a3e8d2a7e4458ba0effe4dbe1004bb8153 Mon Sep 17 00:00:00 2001 From: nytpu Date: Thu, 13 May 2021 10:48:17 -0600 Subject: [PATCH] bump version to 1.7.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')