From 33bbb5774b7ab73279524e220b1bae82b3771653 Mon Sep 17 00:00:00 2001 From: Chris Tian Date: Fri, 9 Aug 2024 13:10:22 -0700 Subject: [PATCH] plonk version --- core/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/lib.rs b/core/src/lib.rs index 7de36a6f03..6a2f3e0d90 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -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";