Bump version, tx_version and spec_version in prep for v0.9.11 (#3970)

* bump version and spec_version

* bump transaction version

* Bump of the default value in CI

* bump tx version for westend and kusama

Co-authored-by: Wilfried Kopp <wilfried@parity.io>
This commit is contained in:
Martin Pugh
2021-09-30 14:44:19 +02:00
committed by GitHub
parent c3a8d35d1b
commit 72eab56e88
78 changed files with 152 additions and 152 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "kusama-runtime"
version = "0.9.9"
version = "0.9.11"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
build = "build.rs"
+2 -2
View File
@@ -118,13 +118,13 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("kusama"),
impl_name: create_runtime_str!("parity-kusama"),
authoring_version: 2,
spec_version: 9100,
spec_version: 9110,
impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS,
#[cfg(feature = "disable-runtime-api")]
apis: version::create_apis_vec![[]],
transaction_version: 5,
transaction_version: 7,
};
/// The BABE epoch configuration at genesis.