From 13f600b05679d87d53710e6eebba9c43b33d3225 Mon Sep 17 00:00:00 2001 From: Slavik Date: Sun, 18 Feb 2024 18:28:04 +0100 Subject: [PATCH] chore: Release blockchain-cli version 1.0.20 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 47fdad5..d7c0df2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "blockchain-cli" description = "A Rust crate provides an interface for interacting with a blockchain" -version = "1.0.19" +version = "1.0.20" edition = "2021" license = "MIT" readme = "README.md"