Skip to content

Commit

Permalink
bump minor imp_version runtime release (#488)
Browse files Browse the repository at this point in the history
This wont' change any existing but only allow add XTokens pallet to our
ScheduleAllowList
  • Loading branch information
v9n committed Dec 12, 2023
1 parent 7eae5b2 commit e430542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/oak/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_name: create_runtime_str!("oak"),
authoring_version: 1,
spec_version: 296,
impl_version: 1,
impl_version: 2,
apis: RUNTIME_API_VERSIONS,
transaction_version: 19,
state_version: 0,
Expand Down
2 changes: 1 addition & 1 deletion runtime/turing/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_name: create_runtime_str!("turing"),
authoring_version: 1,
spec_version: 296,
impl_version: 1,
impl_version: 2,
apis: RUNTIME_API_VERSIONS,
transaction_version: 19,
state_version: 0,
Expand Down

0 comments on commit e430542

Please sign in to comment.