summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornytpu <alex@nytpu.com>2021-03-19 18:58:45 -0600
committernytpu <alex@nytpu.com>2021-03-19 18:58:45 -0600
commiteb8cd579a038d2ffc82f299b385508069853bc35 (patch)
tree67759d682aadbda075e81dde557e6a0650aabe40 /Makefile
parent1c99eac0d2d93013e5ac25636130d6ecfdb7b47f (diff)
Bump version to v1.0.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e5fac00..27c7667 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
NAME := comitium
# will automatically set main.Version with this string
-VERSION ?= 0.0.1
+VERSION ?= 1.0.0
# source dirs & files #
GOSRC := $(shell find . -type f -name '*.go')