summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornytpu <alex@nytpu.com>2021-03-22 08:29:26 -0600
committernytpu <alex@nytpu.com>2021-03-22 08:30:24 -0600
commit447517737ba763e9fe1c770371e2972ea9ba0d63 (patch)
treed091bf4326b83f550311008cf6b88c76b65dd047 /Makefile
parent76a10a7b9994fe75ea29848a7bd7993be255210f (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 7ac545c..dfea333 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
NAME := comitium
# will automatically set main.Version with this string
-VERSION ?= 1.3.0
+VERSION ?= 1.4.0
# source dirs & files #
GOSRC := $(shell find . -type f -name '*.go')