We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df0bf4 commit a080c85Copy full SHA for a080c85
Makefile
@@ -1,6 +1,6 @@
1
OUTPUT_DIR = ./builds
2
GIT_COMMIT = `git rev-parse HEAD | cut -c1-7`
3
-VERSION = 2.0.0-alpha.2
+VERSION = 2.0.0-alpha.3
4
BUILD_OPTIONS = -ldflags "-X main.Version=$(VERSION) -X main.CommitID=$(GIT_COMMIT)"
5
6
gotty: main.go server/*.go webtty/*.go backend/*.go Makefile
0 commit comments