summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornytpu <alex@nytpu.com>2021-03-20 11:56:00 -0600
committernytpu <alex@nytpu.com>2021-03-20 11:56:00 -0600
commitf2cadc4bd1ddae42ad52901532c216dbfde238f5 (patch)
tree27568275eec57d9140c37b1934c166d22b7237c7 /Makefile
parent379a8637a43debc9f0acde958c6b57cebec1bbb3 (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 6881d54..1386325 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
NAME := comitium
# will automatically set main.Version with this string
-VERSION ?= 1.2.0
+VERSION ?= 1.2.1
# source dirs & files #
GOSRC := $(shell find . -type f -name '*.go')