Skip to content

Commit e6a50ab

Browse files
committed
Bump AH spec versions to 1.1.1
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
1 parent 95250d7 commit e6a50ab

File tree

2 files changed

+3
-3
lines changed
  • system-parachains/asset-hubs

2 files changed

+3
-3
lines changed

system-parachains/asset-hubs/asset-hub-kusama/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

system-parachains/asset-hubs/asset-hub-polkadot/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)