From bd952c186ffa30e328a7b12c350569856b43c7c1 Mon Sep 17 00:00:00 2001 From: Riccardo Casatta Date: Fri, 13 May 2022 10:41:45 +0200 Subject: [PATCH] bump version to 0.26.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 442a1c1..42ea45d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitcoind" -version = "0.26.0" +version = "0.26.1" authors = ["Riccardo Casatta "] description = "Utility to run a regtest bitcoind process, useful in integration testing environment" license = "MIT"