summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornytpu <alex@nytpu.com>2021-03-20 16:00:57 -0600
committernytpu <alex@nytpu.com>2021-03-20 16:00:57 -0600
commita6914cb4102b321130e321091ef0413ba2a15dc9 (patch)
tree10acba847b4f87ac38e6df81da9abe84dab083d3
parent8ca09918955a2228a468093df4165b3a275c4858 (diff)
Bump version
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1386325..57ca017 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
NAME := comitium
# will automatically set main.Version with this string
-VERSION ?= 1.2.1
+VERSION ?= 1.2.2
# source dirs & files #
GOSRC := $(shell find . -type f -name '*.go')