From 1ce45562478e22b945e274b296c5a5468456181e Mon Sep 17 00:00:00 2001 From: John Kjell Date: Wed, 4 Dec 2024 14:49:10 -0600 Subject: [PATCH] Update INSTALL.md Signed-off-by: John Kjell --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index e5b4284e..95f96b98 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -19,7 +19,7 @@ ARCH=amd64 # One of: linux, darwin, freebsd OS=linux # See https://github.com/in-toto/witness/releases for the latest version -VERSION=0.6.0 +VERSION=0.7.0 cd $(mktemp -d) curl -LO https://github.com/in-toto/witness/releases/download/v${VERSION}/witness_${VERSION}_${OS}_${ARCH}