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

Commit 9d7c35e

Browse files
committed
Bump impl_version
1 parent e2861b5 commit 9d7c35e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.

bin/node/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "node-runtime"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
build = "build.rs"

bin/node/runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
110110
// implementation changes and behavior does not, then leave spec_version as
111111
// is and increment impl_version.
112112
spec_version: 259,
113-
impl_version: 0,
113+
impl_version: 1,
114114
apis: RUNTIME_API_VERSIONS,
115115
transaction_version: 1,
116116
};

0 commit comments

Comments
 (0)