From a080c85cbc59226c94c6941ad8c395232d72d517 Mon Sep 17 00:00:00 2001 From: Iwasaki Yudai Date: Wed, 13 Dec 2017 17:37:02 +0900 Subject: [PATCH] Release v2.0.0-alpha.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fc61c0d5..03265809 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.2 +VERSION = 2.0.0-alpha.3 BUILD_OPTIONS = -ldflags "-X main.Version=$(VERSION) -X main.CommitID=$(GIT_COMMIT)" gotty: main.go server/*.go webtty/*.go backend/*.go Makefile