Skip to content

Commit

Permalink
update version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Sep 12, 2024
1 parent fbd89aa commit 0464d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/machine/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub mod utils;
/// 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.3.0-rc4";
pub const SP1_CIRCUIT_VERSION: &str = "v3.0.0-rc1";

// Re-export the `SP1ReduceProof` struct from sp1_core_machine.
//
Expand Down

0 comments on commit 0464d65

Please sign in to comment.