We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684bb3c commit dd79a8dCopy full SHA for dd79a8d
cli/src/utils/downloadProverBinary.ts
@@ -4,7 +4,7 @@ import https from "https";
4
import http from "http";
5
import { pipeline } from "stream/promises";
6
7
-const PROVER_VERSION = "1.0.3";
+const PROVER_VERSION = "1.0.4";
8
const GITHUB_RELEASES_BASE_URL = `https://github.com/Lightprotocol/light-protocol/releases/download/light-prover-v${PROVER_VERSION}`;
9
const MAX_REDIRECTS = 10;
10
0 commit comments