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

Commit

Permalink
Merge branch 'gav-v0.9.1' into v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gavofyork committed Dec 20, 2018
2 parents 7fe2dd9 + 5855a9d commit c695efe
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ path = "node/src/main.rs"

[package]
name = "substrate"
version = "0.9.0"
version = "0.9.1"
authors = ["Parity Technologies <[email protected]>"]
build = "build.rs"

Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ const NOTE_OFFLINE_POSITION: u32 = 1;
pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("node"),
impl_name: create_runtime_str!("substrate-node"),
authoring_version: 1,
spec_version: 1,
authoring_version: 10,
spec_version: 10,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
};
Expand Down
Binary file not shown.

0 comments on commit c695efe

Please sign in to comment.