diff --git a/crates/zk-prover/src/config.rs b/crates/zk-prover/src/config.rs index ef873953d9..6e3b88b66d 100644 --- a/crates/zk-prover/src/config.rs +++ b/crates/zk-prover/src/config.rs @@ -17,7 +17,7 @@ const VERSIONS_MANIFEST_URL: &str = "https://raw.githubusercontent.com/gnosisguild/enclave/main/crates/zk-prover/versions.json"; const BB_VERSION: &str = "3.0.0-nightly.20251104"; -const CIRCUITS_VERSION: &str = "0.1.11"; +const CIRCUITS_VERSION: &str = "0.1.13"; /// Supported bb binary targets #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] diff --git a/crates/zk-prover/versions.json b/crates/zk-prover/versions.json index 26957fb367..5d8fe0f5ea 100644 --- a/crates/zk-prover/versions.json +++ b/crates/zk-prover/versions.json @@ -1,6 +1,6 @@ { "required_bb_version": "3.0.0-nightly.20251104", - "required_circuits_version": "0.1.11", + "required_circuits_version": "0.1.13", "bb_download_url": "https://github.com/AztecProtocol/aztec-packages/releases/download/v{version}/barretenberg-{arch}-{os}.tar.gz", "bb_checksums": { "amd64-linux": "9740013d1aa0eb1b0bb2d71484c8b3debc5050a409bd5f12f8454fbfc7cb5419",