From 6766a4bd37aac65287d03756a585faeca543f1ca Mon Sep 17 00:00:00 2001 From: nytpu Date: Sat, 20 Mar 2021 10:12:23 -0600 Subject: [PATCH] Bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 27c7667..6881d54 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ NAME := comitium # will automatically set main.Version with this string -VERSION ?= 1.0.0 +VERSION ?= 1.2.0 # source dirs & files # GOSRC := $(shell find . -type f -name '*.go')