Bump version & spec version in prep for v0.9.2 (#3046)

* bump version & spec version

* update Cargo.lock

* bump substrate
This commit is contained in:
Martin Pugh
2021-05-18 23:03:45 +02:00
committed by GitHub
parent 077e3fa6e3
commit fe97c3a3a2
29 changed files with 207 additions and 206 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "westend-runtime"
version = "0.9.1"
version = "0.9.2"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
build = "build.rs"
+1 -1
View File
@@ -118,7 +118,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("westend"),
impl_name: create_runtime_str!("parity-westend"),
authoring_version: 2,
spec_version: 9011,
spec_version: 9020,
impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS,