Sync versions with current release (0.9.39) (#6875)

This commit is contained in:
Mara Robin B
2023-03-14 22:03:49 +01:00
committed by GitHub
parent 0e1c932c42
commit 962bd71eb0
6 changed files with 92 additions and 92 deletions
+2 -2
View File
@@ -113,13 +113,13 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("westend"),
impl_name: create_runtime_str!("parity-westend"),
authoring_version: 2,
spec_version: 9370,
spec_version: 9390,
impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS,
#[cfg(feature = "disable-runtime-api")]
apis: sp_version::create_apis_vec![[]],
transaction_version: 18,
transaction_version: 19,
state_version: 1,
};