Release v2.0.0-alpha.2

This commit is contained in:
Iwasaki Yudai 2017-08-27 15:56:11 +09:00
parent 6ab3093956
commit 2c50c43290

View File

@ -1,6 +1,6 @@
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)"