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

Commit d7d75ce

Browse files
authored
bump spec_version to 9190 (#5291)
1 parent d1211b4 commit d7d75ce

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

runtime/kusama/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
115115
spec_name: create_runtime_str!("kusama"),
116116
impl_name: create_runtime_str!("parity-kusama"),
117117
authoring_version: 2,
118-
spec_version: 9181,
118+
spec_version: 9190,
119119
impl_version: 0,
120120
#[cfg(not(feature = "disable-runtime-api"))]
121121
apis: RUNTIME_API_VERSIONS,

runtime/polkadot/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
113113
spec_name: create_runtime_str!("polkadot"),
114114
impl_name: create_runtime_str!("parity-polkadot"),
115115
authoring_version: 0,
116-
spec_version: 9181,
116+
spec_version: 9190,
117117
impl_version: 0,
118118
#[cfg(not(feature = "disable-runtime-api"))]
119119
apis: RUNTIME_API_VERSIONS,

runtime/rococo/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9999
spec_name: create_runtime_str!("rococo"),
100100
impl_name: create_runtime_str!("parity-rococo-v2.0"),
101101
authoring_version: 0,
102-
spec_version: 9180,
102+
spec_version: 9190,
103103
impl_version: 0,
104104
#[cfg(not(feature = "disable-runtime-api"))]
105105
apis: RUNTIME_API_VERSIONS,

runtime/westend/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
104104
spec_name: create_runtime_str!("westend"),
105105
impl_name: create_runtime_str!("parity-westend"),
106106
authoring_version: 2,
107-
spec_version: 9180,
107+
spec_version: 9190,
108108
impl_version: 0,
109109
#[cfg(not(feature = "disable-runtime-api"))]
110110
apis: RUNTIME_API_VERSIONS,

0 commit comments

Comments
 (0)