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

Commit 36e8a51

Browse files
gavofyorkbkchr
authored andcommitted
Bump to v0.9.1 (#1307)
1 parent 873e8c7 commit 36e8a51

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ path = "node/src/main.rs"
44

55
[package]
66
name = "substrate"
7-
version = "0.9.0"
7+
version = "0.9.1"
88
authors = ["Parity Technologies <admin@parity.io>"]
99
build = "build.rs"
1010

Binary file not shown.

node/runtime/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ const NOTE_OFFLINE_POSITION: u32 = 1;
9595
pub const VERSION: RuntimeVersion = RuntimeVersion {
9696
spec_name: create_runtime_str!("node"),
9797
impl_name: create_runtime_str!("substrate-node"),
98-
authoring_version: 1,
99-
spec_version: 1,
98+
authoring_version: 10,
99+
spec_version: 10,
100100
impl_version: 0,
101101
apis: RUNTIME_API_VERSIONS,
102102
};
Binary file not shown.

0 commit comments

Comments
 (0)