summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornytpu <alex@nytpu.com>2021-03-20 10:12:23 -0600
committernytpu <alex@nytpu.com>2021-03-20 10:14:14 -0600
commit6766a4bd37aac65287d03756a585faeca543f1ca (patch)
treecb557d07f4642aa014242c830760f5f925dc6a12 /Makefile
parentc8bdd059c4359d90b0ebc3cee8d9c76ae5451cc5 (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 27c7667..6881d54 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
NAME := comitium
# will automatically set main.Version with this string
-VERSION ?= 1.0.0
+VERSION ?= 1.2.0
# source dirs & files #
GOSRC := $(shell find . -type f -name '*.go')