Skip to content

Commit 1cf93de

Browse files
committed
Updated version in Makefile.
1 parent 30547ba commit 1cf93de

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.9.0
7+
VERSION := v1.9.1
88

99
cli:
1010
CGO_ENABLED=1 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)