From f605cc46e780a85b476ff3b95a02a43917374dd4 Mon Sep 17 00:00:00 2001 From: Herr Seppia Date: Sat, 30 Dec 2023 16:37:37 +0100 Subject: [PATCH] Bump version to `0.21.0` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e187c7e..7521a4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dusk-wallet" -version = "0.20.1" +version = "0.21.0" edition = "2021" autobins = false description = "A library providing functionalities to create wallets compatible with Dusk Network"