summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornytpu <alex@nytpu.com>2021-04-19 11:29:20 -0600
committernytpu <alex@nytpu.com>2021-04-19 11:29:20 -0600
commit28fd3d7b240971627e2196b228297397904f4e87 (patch)
tree7e5b704e66e8c772d2b720ad88c80c5ade9246f7 /Makefile
parente1a8aa8359ac4e27b5e0d76e412068a1e3ea2f38 (diff)
bump to 1.6.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6662547..6e78964 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
NAME := comitium
# will automatically set main.Version with this string
-VERSION ?= 1.6.0
+VERSION ?= 1.6.1
# source dirs & files #
GOSRC := $(shell find . -type f -name '*.go')