Skip to content

Commit

Permalink
Update runtime/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Hernando Castano <[email protected]>
  • Loading branch information
JesseAbram and HCastano authored Dec 5, 2024
1 parent 0a2d4b9 commit 818438d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// We update this if the runtime behaviour has changed. When this happens we set the
// `impl_version` to `0`.
#[allow(clippy::zero_prefixed_literal)]
spec_version: 00_04_00,
spec_version: 00_03_01,

// We only bump this if the runtime behaviour remains unchanged, but the implementations details
// have changed.
Expand Down

0 comments on commit 818438d

Please sign in to comment.