Skip to content

Commit

Permalink
Update runtime versions on opportunity/standard.
Browse files Browse the repository at this point in the history
  • Loading branch information
firke committed Apr 28, 2022
1 parent 6e59e10 commit 6b1b526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/opportunity/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("opportunity"),
impl_name: create_runtime_str!("opportunity10"),
authoring_version: 2,
spec_version: 9171,
spec_version: 9190,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 7,
Expand Down
2 changes: 1 addition & 1 deletion runtime/standard/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("standard"),
impl_name: create_runtime_str!("standard10"),
authoring_version: 1,
spec_version: 9170,
spec_version: 9190,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 6,
Expand Down

0 comments on commit 6b1b526

Please sign in to comment.