mirror of
https://github.com/yudai/gotty.git
synced 2025-09-21 21:40:49 +02:00
Release v2.0.0-alpha.3
This commit is contained in:
parent
8df0bf44a8
commit
a080c85cbc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue