File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
system-parachains/asset-hubs Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
113113 spec_name : create_runtime_str ! ( "statemine" ) ,
114114 impl_name : create_runtime_str ! ( "statemine" ) ,
115115 authoring_version : 1 ,
116- spec_version : 1_001_000 ,
116+ spec_version : 1_001_001 ,
117117 impl_version : 0 ,
118118 apis : RUNTIME_API_VERSIONS ,
119119 transaction_version : 14 ,
@@ -129,7 +129,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
129129 spec_name : create_runtime_str ! ( "statemine" ) ,
130130 impl_name : create_runtime_str ! ( "statemine" ) ,
131131 authoring_version : 1 ,
132- spec_version : 1_001_000 ,
132+ spec_version : 1_001_001 ,
133133 impl_version : 0 ,
134134 apis : RUNTIME_API_VERSIONS ,
135135 transaction_version : 14 ,
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
141141 spec_name : create_runtime_str ! ( "statemint" ) ,
142142 impl_name : create_runtime_str ! ( "statemint" ) ,
143143 authoring_version : 1 ,
144- spec_version : 1_001_000 ,
144+ spec_version : 1_001_001 ,
145145 impl_version : 0 ,
146146 apis : RUNTIME_API_VERSIONS ,
147147 transaction_version : 14 ,
You can’t perform that action at this time.
0 commit comments