Skip to content

Commit 370696b

Browse files
Update version to 0.1.0 Makefile
1 parent c3bbf0b commit 370696b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GOPATH=$(GOBASE)/vendor:$(GOBASE) # You can remove or change the path after last
1010
GOBIN=$(GOBASE)/bin
1111
GOFILES=$(wildcard *.go)
1212
GOTESTS=$(shell find . -name "*_test.go" | grep -v vendor | xargs -I{} dirname {} | sed -E "s~[.]~${MODULE}~g")
13-
VERSION ?= v0.0.0
13+
VERSION ?= 0.1.0
1414

1515
# Redirect error output to a file, so we can show it in development mode.
1616
STDERR=/tmp/.$(PROJECTNAME)-stderr.txt

0 commit comments

Comments
 (0)