diff --git a/Cargo.toml b/Cargo.toml index e8c6030df..8677d9cad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["dash", "dash-network", "hashes", "internals", "fuzz", "rpc-client", resolver = "2" [workspace.package] -version = "0.42.0" +version = "0.43.0" [patch.crates-io] dashcore_hashes = { path = "hashes" } diff --git a/dash-spv/ARCHITECTURE.md b/dash-spv/ARCHITECTURE.md index 9ec363165..1d2db8599 100644 --- a/dash-spv/ARCHITECTURE.md +++ b/dash-spv/ARCHITECTURE.md @@ -1,7 +1,5 @@ # Dash SPV Client - Comprehensive Code Guide -**Version:** 0.42.0 - ## Table of Contents 1. [Executive Summary](#executive-summary)