summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornytpu <alex@nytpu.com>2021-04-17 14:56:50 -0600
committernytpu <alex@nytpu.com>2021-04-17 14:56:50 -0600
commit49f93cdf640a9a4c50244a4d6770f908f0c173f8 (patch)
tree77616047fa681b682643ef2139abdee4ba385980 /Makefile
parent686b8519300846a02792b716b37edfc2c3ca76e0 (diff)
bump to v1.5.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5e52a5c..aab57cd 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
NAME := comitium
# will automatically set main.Version with this string
-VERSION ?= 1.5.1
+VERSION ?= 1.5.2
# source dirs & files #
GOSRC := $(shell find . -type f -name '*.go')