Skip to content

Commit dd79a8d

Browse files
bump prover version
1 parent 684bb3c commit dd79a8d

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.3";
7+
const PROVER_VERSION = "1.0.4";
88
const GITHUB_RELEASES_BASE_URL = `https://github.com/Lightprotocol/light-protocol/releases/download/light-prover-v${PROVER_VERSION}`;
99
const MAX_REDIRECTS = 10;
1010

0 commit comments

Comments
 (0)