Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
izumin5210 committed Mar 7, 2018
1 parent 7f6e35e commit 530b926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SRC_FILES := $(shell git ls-files --cached --others --exclude-standard | grep -E
ROOT_PKG := github.com/izumin5210/grapi
GOFMT_TARGET := $(filter-out pkg/grapicmd/generate/template/%,$(SRC_FILES))
GOLINT_TARGET := $(shell go list ./... | grep -v -E "$(ROOT_PKG)/pkg/grapicmd/generate/template")
VERSION := 0.0.1
VERSION := 0.1.0
REVISION := $(shell git describe --always)

GO_BUILD_FLAGS := -v
Expand Down

0 comments on commit 530b926

Please sign in to comment.