We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e59e10 commit 6b1b526Copy full SHA for 6b1b526
runtime/opportunity/src/lib.rs
@@ -142,7 +142,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
142
spec_name: create_runtime_str!("opportunity"),
143
impl_name: create_runtime_str!("opportunity10"),
144
authoring_version: 2,
145
- spec_version: 9171,
+ spec_version: 9190,
146
impl_version: 1,
147
apis: RUNTIME_API_VERSIONS,
148
transaction_version: 7,
runtime/standard/src/lib.rs
@@ -93,7 +93,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
93
spec_name: create_runtime_str!("standard"),
94
impl_name: create_runtime_str!("standard10"),
95
authoring_version: 1,
96
- spec_version: 9170,
97
98
99
transaction_version: 6,
0 commit comments