From 99ef1d1cc149927661e83b951215008288f078e7 Mon Sep 17 00:00:00 2001 From: Slavik Date: Sun, 18 Feb 2024 21:04:23 +0100 Subject: [PATCH] chore: Release blockchain-cli version 1.0.21 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d7c0df2..3faa059 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.20" +version = "1.0.21" edition = "2021" license = "MIT" readme = "README.md"