summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornytpu <alex@nytpu.com>2021-05-03 10:27:33 -0600
committernytpu <alex@nytpu.com>2021-05-03 10:27:33 -0600
commit7dedad35bbe4e9697001442c5d44754fdac0eb63 (patch)
treeb0057b2381ce089915d71e474751cca365d92020 /Makefile
parent6b7f50a2d9fedc4286d451f2756964cf366111f1 (diff)
bump version to 1.6.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6e78964..da414cf 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
NAME := comitium
# will automatically set main.Version with this string
-VERSION ?= 1.6.1
+VERSION ?= 1.6.2
# source dirs & files #
GOSRC := $(shell find . -type f -name '*.go')