From 0892b01a4d4408e6e9a954cbfc1cbb6ff0a0b0e7 Mon Sep 17 00:00:00 2001 From: Leonardo Lima Date: Sat, 4 May 2024 17:18:34 -0300 Subject: [PATCH] chore: bump version to `0.28.0` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 80d1b1c..141108f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "electrsd" -version = "0.27.3" +version = "0.28.0" authors = ["Riccardo Casatta "] description = "Utility to run a regtest electrs process, useful in integration testing environment" repository = "https://github.com/RCasatta/electrsd"