diff --git a/ SP1_VERSION b/SP1_VERSION similarity index 100% rename from SP1_VERSION rename to SP1_VERSION diff --git a/crates/build/src/lib.rs b/crates/build/src/lib.rs index e300d7d031..6009b4336e 100644 --- a/crates/build/src/lib.rs +++ b/crates/build/src/lib.rs @@ -6,7 +6,7 @@ pub use build::execute_build_program; use clap::Parser; -const SP1_CIRCUIT_VERSION: &str = include_str!("../../SP1_VERSION"); +const SP1_CIRCUIT_VERSION: &str = include_str!("../../../SP1_VERSION"); const BUILD_TARGET: &str = "riscv32im-succinct-zkvm-elf"; const DEFAULT_OUTPUT_DIR: &str = "elf"; const HELPER_TARGET_SUBDIR: &str = "elf-compilation"; diff --git a/crates/zkvm/entrypoint/Cargo.toml b/crates/zkvm/entrypoint/Cargo.toml index e38600efd9..6b0295a81b 100644 --- a/crates/zkvm/entrypoint/Cargo.toml +++ b/crates/zkvm/entrypoint/Cargo.toml @@ -2,7 +2,7 @@ name = "sp1-zkvm" description = "SP1 is a performant, 100% open-source, contributor-friendly zkVM." readme = "../../../README.md" -version = "3.0.1" +version = "3.1.0" edition = { workspace = true } license = { workspace = true } repository = { workspace = true }