Skip to content

Commit a080c85

Browse files
committed
Release v2.0.0-alpha.3
1 parent 8df0bf4 commit a080c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OUTPUT_DIR = ./builds
22
GIT_COMMIT = `git rev-parse HEAD | cut -c1-7`
3-
VERSION = 2.0.0-alpha.2
3+
VERSION = 2.0.0-alpha.3
44
BUILD_OPTIONS = -ldflags "-X main.Version=$(VERSION) -X main.CommitID=$(GIT_COMMIT)"
55

66
gotty: main.go server/*.go webtty/*.go backend/*.go Makefile

0 commit comments

Comments
 (0)