Skip to content

Commit

Permalink
Release v2.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yudai committed Dec 13, 2017
1 parent 8df0bf4 commit a080c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit a080c85

Please sign in to comment.