Skip to content

Commit

Permalink
Soon: update spec_version to 4001
Browse files Browse the repository at this point in the history
Soon: update transaction_version to 12
  • Loading branch information
F3Joule committed Mar 1, 2024
1 parent 9c3441d commit 67db0e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("soonsocial-parachain"),
impl_name: create_runtime_str!("soonsocial-parachain"),
authoring_version: 1,
spec_version: 3601,
spec_version: 4001,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 11,
transaction_version: 12,
state_version: 0,
};

Expand Down

0 comments on commit 67db0e5

Please sign in to comment.