Skip to content

Commit

Permalink
Change RPC_SPEC_VERSION constant to 0.8.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FabijanC committed Nov 8, 2024
1 parent 9f82187 commit c096337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/starknet-devnet-server/src/api/json_rpc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pub(crate) mod origin_forwarder;
mod spec_reader;
mod write_endpoints;

pub const RPC_SPEC_VERSION: &str = "0.7.1";
pub const RPC_SPEC_VERSION: &str = "0.8.0-rc.0";

use std::sync::Arc;

Expand Down

0 comments on commit c096337

Please sign in to comment.