diff --git a/Makefile b/Makefile index 0b5fffc..5b3eaeb 100644 --- a/Makefile +++ b/Makefile @@ -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)"