Skip to content

Commit ae1e80a

Browse files
bump prover version
1 parent 08f9344 commit ae1e80a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.2";
7+
const PROVER_VERSION = "1.0.3";
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)