Skip to content

Commit

Permalink
plonk version
Browse files Browse the repository at this point in the history
  • Loading branch information
ctian1 committed Aug 9, 2024
1 parent 0560027 commit 33bbb57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ use stark::StarkGenericConfig;
/// This string should be updated whenever any step in verifying an SP1 proof changes, including
/// core, recursion, and plonk-bn254. This string is used to download SP1 artifacts and the gnark
/// docker image.
pub const SP1_CIRCUIT_VERSION: &str = "v1.1.0";
pub const SP1_CIRCUIT_VERSION: &str = "v1.2.0-experimental";

0 comments on commit 33bbb57

Please sign in to comment.