Commit 2c50c432 by Iwasaki Yudai

Release v2.0.0-alpha.2

1 parent 6ab30939
Showing with 1 additions and 1 deletions
OUTPUT_DIR = ./builds
GIT_COMMIT = `git rev-parse HEAD | cut -c1-7`
VERSION = 2.0.0-alpha.1
VERSION = 2.0.0-alpha.2
BUILD_OPTIONS = -ldflags "-X main.Version=$(VERSION) -X main.CommitID=$(GIT_COMMIT)"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!