Bump Substrate version (#1220)

This commit is contained in:
Gavin Wood
2020-06-09 18:29:20 +02:00
committed by GitHub
parent 261d701c5b
commit f4ead58695
24 changed files with 181 additions and 179 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "westend-runtime"
version = "0.8.6"
version = "0.8.7-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
build = "build.rs"
+1 -1
View File
@@ -82,7 +82,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("westend"),
impl_name: create_runtime_str!("parity-westend"),
authoring_version: 2,
spec_version: 26,
spec_version: 27,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,