From a3a6a8b427ba228c03b6b68b2074585ef5881746 Mon Sep 17 00:00:00 2001 From: nytpu Date: Sun, 31 Dec 2023 15:51:08 -0700 Subject: [PATCH] Bump version to 1.8.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b8ddbb0..cbd7f35 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ NAME := comitium # will automatically set main.Version with this string -VERSION ?= 1.8.1 +VERSION ?= 1.8.2 # source dirs & files # GOSRC := $(shell find . -type f -name '*.go')