summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornytpu <alex@nytpu.com>2021-05-10 13:34:01 -0600
committernytpu <alex@nytpu.com>2021-05-10 14:11:16 -0600
commit14c86e8338dfc559e715442e676011f01860431f (patch)
tree348d0bf522931cecf7ef78beb45b5aaac3f248c7 /Makefile
parentf6ff75c176e1f6c75c345cc0f98c7fb702293127 (diff)
bump to 1.6.3 and migrate release page
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index da414cf..2eb2cd5 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
NAME := comitium
# will automatically set main.Version with this string
-VERSION ?= 1.6.2
+VERSION ?= 1.6.3
# source dirs & files #
GOSRC := $(shell find . -type f -name '*.go')