Skip to content

Commit

Permalink
update rpc node version
Browse files Browse the repository at this point in the history
  • Loading branch information
eyusufatik committed Jan 24, 2025
1 parent 940d3b2 commit 184d258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sovereign-sdk/rollup-interface/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ extern crate alloc;
///
/// Mostly used for web3_clientVersion RPC calls and might be used for other purposes.
#[cfg(feature = "native")]
pub const CITREA_VERSION: &str = "v0.6.1";
pub const CITREA_VERSION: &str = "v0.6.2-rc.1";

/// Fork module
pub mod fork;
Expand Down

0 comments on commit 184d258

Please sign in to comment.