Skip to content

Commit 32c047a

Browse files
Bump AH and BH runtime versions (#2775)
After merging #2522 asset-hub-rococo and bridge-hub-rococo runtime versions need to be bumped for their deployment. --------- Co-authored-by: joe petrowski <[email protected]>
1 parent 9475973 commit 32c047a

File tree

2 files changed

+2
-2
lines changed
  • cumulus/parachains/runtimes
    • assets/asset-hub-rococo/src
    • bridge-hubs/bridge-hub-rococo/src

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
111111
spec_name: create_runtime_str!("statemine"),
112112
impl_name: create_runtime_str!("statemine"),
113113
authoring_version: 1,
114-
spec_version: 1_005_000,
114+
spec_version: 1_005_001,
115115
impl_version: 0,
116116
apis: RUNTIME_API_VERSIONS,
117117
transaction_version: 14,

cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
209209
spec_name: create_runtime_str!("bridge-hub-rococo"),
210210
impl_name: create_runtime_str!("bridge-hub-rococo"),
211211
authoring_version: 1,
212-
spec_version: 1_005_000,
212+
spec_version: 1_005_001,
213213
impl_version: 0,
214214
apis: RUNTIME_API_VERSIONS,
215215
transaction_version: 4,

0 commit comments

Comments
 (0)