From eb8cd579a038d2ffc82f299b385508069853bc35 Mon Sep 17 00:00:00 2001 From: nytpu Date: Fri, 19 Mar 2021 18:58:45 -0600 Subject: [PATCH] Bump version to v1.0.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e5fac00..27c7667 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ NAME := comitium # will automatically set main.Version with this string -VERSION ?= 0.0.1 +VERSION ?= 1.0.0 # source dirs & files # GOSRC := $(shell find . -type f -name '*.go')