Skip to content

Commit

Permalink
Bump spec_version to 00_01_00
Browse files Browse the repository at this point in the history
This kinda matches the version we'll use for releases
  • Loading branch information
HCastano committed May 15, 2024
1 parent 6c5a1e4 commit daf28a1
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: 012,
spec_version: 00_01_00,

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

0 comments on commit daf28a1

Please sign in to comment.