From b7b56b24166f2a4f97b450356cf9e9733b899425 Mon Sep 17 00:00:00 2001 From: zancas Date: Mon, 13 Oct 2025 21:26:00 -0700 Subject: [PATCH] version 2.5.0-zl.1 --- Cargo.lock | 2 +- zebrad/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bfd7ae02f5b..ab51ed7b59e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6672,7 +6672,7 @@ dependencies = [ [[package]] name = "zebrad" -version = "2.5.0" +version = "2.5.0-zl.1" dependencies = [ "abscissa_core", "atty", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 4aad79b6123..afc876f3437 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -1,7 +1,7 @@ [package] # Crate metadata name = "zebrad" -version = "v2.5.0_zl_1" +version = "2.5.0-zl.1" authors = ["Zcash Foundation "] description = "The Zcash Foundation's independent, consensus-compatible implementation of a Zcash node" license = "MIT OR Apache-2.0"