Skip to content

Commit

Permalink
update neglected CITREA_VERSION constant
Browse files Browse the repository at this point in the history
  • Loading branch information
eyusufatik committed Oct 11, 2024
1 parent 4c9100a commit b82b857
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 = env!("CARGO_PKG_VERSION");
pub const CITREA_VERSION: &str = "v0.5.4";

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

0 comments on commit b82b857

Please sign in to comment.