From 5552d023b9a2a28514b7330e10eab5cf4e0daeca Mon Sep 17 00:00:00 2001 From: Arya Date: Thu, 7 Dec 2023 13:58:23 -0500 Subject: [PATCH] zebra-scan is still in alpha --- zebra-scan/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-scan/Cargo.toml b/zebra-scan/Cargo.toml index f1945ee63f1..f4884e2f1a6 100644 --- a/zebra-scan/Cargo.toml +++ b/zebra-scan/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zebra-scan" -version = "0.1.0-beta.1" +version = "0.1.0-alpha.1" authors = ["Zcash Foundation "] description = "Shielded transaction scanner for the Zcash blockchain" license = "MIT OR Apache-2.0"