This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Commit d7d75ce 1 parent d1211b4 commit d7d75ce Copy full SHA for d7d75ce
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
115
115
spec_name : create_runtime_str ! ( "kusama" ) ,
116
116
impl_name : create_runtime_str ! ( "parity-kusama" ) ,
117
117
authoring_version : 2 ,
118
- spec_version : 9181 ,
118
+ spec_version : 9190 ,
119
119
impl_version : 0 ,
120
120
#[ cfg( not( feature = "disable-runtime-api" ) ) ]
121
121
apis : RUNTIME_API_VERSIONS ,
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
113
113
spec_name : create_runtime_str ! ( "polkadot" ) ,
114
114
impl_name : create_runtime_str ! ( "parity-polkadot" ) ,
115
115
authoring_version : 0 ,
116
- spec_version : 9181 ,
116
+ spec_version : 9190 ,
117
117
impl_version : 0 ,
118
118
#[ cfg( not( feature = "disable-runtime-api" ) ) ]
119
119
apis : RUNTIME_API_VERSIONS ,
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
99
99
spec_name : create_runtime_str ! ( "rococo" ) ,
100
100
impl_name : create_runtime_str ! ( "parity-rococo-v2.0" ) ,
101
101
authoring_version : 0 ,
102
- spec_version : 9180 ,
102
+ spec_version : 9190 ,
103
103
impl_version : 0 ,
104
104
#[ cfg( not( feature = "disable-runtime-api" ) ) ]
105
105
apis : RUNTIME_API_VERSIONS ,
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
104
104
spec_name : create_runtime_str ! ( "westend" ) ,
105
105
impl_name : create_runtime_str ! ( "parity-westend" ) ,
106
106
authoring_version : 2 ,
107
- spec_version : 9180 ,
107
+ spec_version : 9190 ,
108
108
impl_version : 0 ,
109
109
#[ cfg( not( feature = "disable-runtime-api" ) ) ]
110
110
apis : RUNTIME_API_VERSIONS ,
You can’t perform that action at this time.
0 commit comments