summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornytpu <alex@nytpu.com>2023-12-31 15:51:08 -0700
committernytpu <alex@nytpu.com>2023-12-31 15:51:08 -0700
commita3a6a8b427ba228c03b6b68b2074585ef5881746 (patch)
tree988d5beec6ef5131ae2e16a144075dc6a35aae41 /Makefile
parentd1ec2e65d6775036af6c132bd0d8580b6decf608 (diff)
Bump version to 1.8.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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')