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