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"