From fb8088ebf62a210dc6007708d8bf7385f3258bcc Mon Sep 17 00:00:00 2001 From: xdustinface Date: Wed, 20 May 2026 14:00:36 +1000 Subject: [PATCH] chore: bump version to `0.43.0` Open the `v0.43.0` dev cycle and remove the extra mention of the version in the `ARCHITECTURE.md` leaving us with only one number to bump on version bumps. --- Cargo.toml | 2 +- dash-spv/ARCHITECTURE.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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)