Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit a0e7189

Browse files
authored
Runtime version bump to v503 (#694)
1 parent 6c6d7a0 commit a0e7189

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

polkadot-parachains/statemine/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9090
spec_name: create_runtime_str!("statemine"),
9191
impl_name: create_runtime_str!("statemine"),
9292
authoring_version: 1,
93-
spec_version: 500,
93+
spec_version: 503,
9494
impl_version: 0,
9595
apis: RUNTIME_API_VERSIONS,
9696
transaction_version: 3,

polkadot-parachains/westmint/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9090
spec_name: create_runtime_str!("westmint"),
9191
impl_name: create_runtime_str!("westmint"),
9292
authoring_version: 1,
93-
spec_version: 500,
93+
spec_version: 503,
9494
impl_version: 0,
9595
apis: RUNTIME_API_VERSIONS,
9696
transaction_version: 3,

0 commit comments

Comments
 (0)