Skip to content

Commit

Permalink
Bump runtime version
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored Dec 19, 2024
1 parent fa3ae47 commit 4ba268a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/subspace-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@ sp_runtime::impl_opaque_keys! {
const MAX_PIECES_IN_SECTOR: u16 = 1000;

// To learn more about runtime versioning and what each of the following value means:
// https://substrate.dev/docs/en/knowledgebase/runtime/upgrades#runtime-versioning
// https://paritytech.github.io/polkadot-sdk/master/sp_version/struct.RuntimeVersion.html
#[sp_version::runtime_version]
pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: Cow::Borrowed("subspace"),
impl_name: Cow::Borrowed("subspace"),
authoring_version: 0,
spec_version: 1,
spec_version: 2,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 0,
Expand Down

0 comments on commit 4ba268a

Please sign in to comment.