Skip to content

Commit 6b1b526

Browse files
committed
Update runtime versions on opportunity/standard.
1 parent 6e59e10 commit 6b1b526

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runtime/opportunity/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
142142
spec_name: create_runtime_str!("opportunity"),
143143
impl_name: create_runtime_str!("opportunity10"),
144144
authoring_version: 2,
145-
spec_version: 9171,
145+
spec_version: 9190,
146146
impl_version: 1,
147147
apis: RUNTIME_API_VERSIONS,
148148
transaction_version: 7,

runtime/standard/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9393
spec_name: create_runtime_str!("standard"),
9494
impl_name: create_runtime_str!("standard10"),
9595
authoring_version: 1,
96-
spec_version: 9170,
96+
spec_version: 9190,
9797
impl_version: 1,
9898
apis: RUNTIME_API_VERSIONS,
9999
transaction_version: 6,

0 commit comments

Comments
 (0)