summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornytpu <alex@nytpu.com>2021-03-23 08:18:10 -0600
committernytpu <alex@nytpu.com>2021-03-23 08:18:10 -0600
commit5b896ecf25f2f2b41198d9b90d3b822f4711d334 (patch)
treedcd60c60145a071aca2868404ec641214d2af510 /Makefile
parentc6b0eedebe8fb74e99625a7ed4cc050f30d9fa28 (diff)
bump version
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6a3711d..8787719 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
NAME := comitium
# will automatically set main.Version with this string
-VERSION ?= 1.4.0
+VERSION ?= 1.5.0
# source dirs & files #
GOSRC := $(shell find . -type f -name '*.go')