We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d629cc2 commit 862499eCopy full SHA for 862499e
tdx-cli/Makefile
@@ -4,7 +4,7 @@
4
APPNAME := trustauthority-cli
5
GITCOMMIT := $(shell git describe --always)
6
GITCOMMITDATE := $(shell git log -1 --date=short --pretty=format:%cd)
7
-VERSION := v1.0.0
+VERSION := v1.2.0
8
9
cli:
10
CGO_CFLAGS="-O2 -D_FORTIFY_SOURCE=2" go build -buildmode=pie -trimpath -ldflags "-s -linkmode=external -extldflags -Wl,-O1,-z,relro,-z,now \
0 commit comments