Skip to content

Commit 4c52933

Browse files
authored
revert (#1945)
Co-authored-by: Michal Swietek <[email protected]>
1 parent a5b58d1 commit 4c52933

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/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aleph-node"
3-
version = "14.1.0"
3+
version = "14.2.0"
44
description = "Aleph node binary"
55
build = "build.rs"
66
license = "GPL-3.0-or-later"

primitives/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ pub const DEFAULT_BAN_PERIOD: EraIndex = 10;
149149
pub const DEFAULT_FINALITY_VERSION: Version = 0;
150150

151151
/// Current version of abft.
152-
pub const CURRENT_FINALITY_VERSION: u16 = 5;
152+
pub const CURRENT_FINALITY_VERSION: u16 = LEGACY_FINALITY_VERSION + 1;
153153

154154
/// Legacy version of abft.
155155
pub const LEGACY_FINALITY_VERSION: u16 = 3;

0 commit comments

Comments
 (0)