From 5b896ecf25f2f2b41198d9b90d3b822f4711d334 Mon Sep 17 00:00:00 2001 From: nytpu Date: Tue, 23 Mar 2021 08:18:10 -0600 Subject: [PATCH] bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6a3711d..8787719 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ NAME := comitium # will automatically set main.Version with this string -VERSION ?= 1.4.0 +VERSION ?= 1.5.0 # source dirs & files # GOSRC := $(shell find . -type f -name '*.go')