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