Skip to content

Commit 862499e

Browse files
authored
Updated Azure TDX Cli version to match main (#114)
1 parent d629cc2 commit 862499e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tdx-cli/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
APPNAME := trustauthority-cli
55
GITCOMMIT := $(shell git describe --always)
66
GITCOMMITDATE := $(shell git log -1 --date=short --pretty=format:%cd)
7-
VERSION := v1.0.0
7+
VERSION := v1.2.0
88

99
cli:
1010
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

Comments
 (0)