Skip to content

Commit 699556d

Browse files
update prover version to 1.0.1
1 parent 0b509bb commit 699556d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/utils/downloadProverBinary.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import https from "https";
44
import http from "http";
55
import { pipeline } from "stream/promises";
66

7-
const PROVER_VERSION = "1.0.0";
7+
const PROVER_VERSION = "1.0.1";
88
const GITHUB_RELEASES_BASE_URL = `https://github.com/Lightprotocol/light-protocol/releases/download/light-prover-v${PROVER_VERSION}`;
99

1010
interface DownloadOptions {

0 commit comments

Comments
 (0)