summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornytpu <alex@nytpu.com>2021-03-21 09:21:42 -0600
committernytpu <alex@nytpu.com>2021-03-21 09:24:59 -0600
commit692d6993c9fd811afdccbae385e83c0aab9245d5 (patch)
tree3bb61c6b3b1f1e320dd91378395a218ea574b86e /Makefile
parent3081d417585f8fcc3f3eb1a68dc2c957f72751c7 (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 c190360..7ac545c 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
NAME := comitium
# will automatically set main.Version with this string
-VERSION ?= 1.2.3
+VERSION ?= 1.3.0
# source dirs & files #
GOSRC := $(shell find . -type f -name '*.go')