mirror of
https://github.com/yudai/gotty.git
synced 2025-09-21 21:40:49 +02:00
Release v2.0.0-alpha.2
This commit is contained in:
parent
6ab3093956
commit
2c50c43290
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.1
|
||||
VERSION = 2.0.0-alpha.2
|
||||
BUILD_OPTIONS = -ldflags "-X main.Version=$(VERSION) -X main.CommitID=$(GIT_COMMIT)"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue