From f9851a12d705fc9e9f5101084e5b1982bd59d775 Mon Sep 17 00:00:00 2001 From: Michal Swietek Date: Tue, 20 Dec 2022 12:34:14 +0100 Subject: [PATCH] Bump alephbft (#282) * bump * Forgot to bump consensus --- consensus/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consensus/Cargo.toml b/consensus/Cargo.toml index c8dabb5..f8c08a0 100644 --- a/consensus/Cargo.toml +++ b/consensus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleph-bft" -version = "0.20.1" +version = "0.20.2" edition = "2021" authors = ["Cardinal Cryptography"] categories = ["algorithms", "data-structures", "cryptography", "database"]