summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornytpu <alex@nytpu.com>2021-05-19 08:24:06 -0600
committernytpu <alex@nytpu.com>2021-05-19 08:24:06 -0600
commit9bd06f22ed55af9cad3a41240bfb5f842171eaed (patch)
treed838d251e3b06ed8dfc3780ea16852d3d4459144
parentafa1e32f0d6838a4674dcc67cb8a252ca6f7b5a3 (diff)
bump version to v1.8.0
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 084c5f4..fb7246b 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
NAME := comitium
# will automatically set main.Version with this string
-VERSION ?= 1.7.0
+VERSION ?= 1.8.0
# source dirs & files #
GOSRC := $(shell find . -type f -name '*.go')