Skip to content

Commit 0e02592

Browse files
committed
Bump spec_version for asset-hubs
1 parent 7445a0c commit 0e02592

File tree

2 files changed

+2
-2
lines changed
  • cumulus/parachains/runtimes/assets

2 files changed

+2
-2
lines changed

cumulus/parachains/runtimes/assets/asset-hub-rococo/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
123123
spec_name: create_runtime_str!("statemine"),
124124
impl_name: create_runtime_str!("statemine"),
125125
authoring_version: 1,
126-
spec_version: 1_016_001,
126+
spec_version: 1_016_002,
127127
impl_version: 0,
128128
apis: RUNTIME_API_VERSIONS,
129129
transaction_version: 16,

cumulus/parachains/runtimes/assets/asset-hub-westend/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
123123
spec_name: create_runtime_str!("westmint"),
124124
impl_name: create_runtime_str!("westmint"),
125125
authoring_version: 1,
126-
spec_version: 1_016_001,
126+
spec_version: 1_016_002,
127127
impl_version: 0,
128128
apis: RUNTIME_API_VERSIONS,
129129
transaction_version: 16,

0 commit comments

Comments
 (0)