From cf20f5877ef1fa258849f8a283dbd4080a96eb83 Mon Sep 17 00:00:00 2001 From: nytpu Date: Sun, 24 Oct 2021 20:04:17 -0600 Subject: [PATCH] bump version to 1.8.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fb7246b..b8ddbb0 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ NAME := comitium # will automatically set main.Version with this string -VERSION ?= 1.8.0 +VERSION ?= 1.8.1 # source dirs & files # GOSRC := $(shell find . -type f -name '*.go')