Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
eyusufatik committed Dec 13, 2024
1 parent 3505091 commit 08e29a2
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.5.5";
pub const CITREA_VERSION: &str = "v0.5.6";

mod state_machine;
pub use state_machine::*;
Expand Down

0 comments on commit 08e29a2

Please sign in to comment.