Skip to content

Commit d29d0bf

Browse files
andresilvabkchr
authored andcommitted
Bump version to v0.5 (paritytech#262)
* bump version to 0.5 * bump spec_version to 1000
1 parent 500a700 commit d29d0bf

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ path = "src/main.rs"
44

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

cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polkadot-cli"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
description = "Polkadot node implementation in Rust."
66

runtime/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
119119
spec_name: create_runtime_str!("polkadot"),
120120
impl_name: create_runtime_str!("parity-polkadot"),
121121
authoring_version: 1,
122-
spec_version: 108,
122+
spec_version: 1000,
123123
impl_version: 0,
124124
apis: RUNTIME_API_VERSIONS,
125125
};

service/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polkadot-service"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Parity Technologies <admin@parity.io>"]
55

66
[dependencies]

0 commit comments

Comments
 (0)