diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index 202102f24..70d97c46c 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zebra-chain" -version = "0.1.0" +version = "3.0.0-alpha.0" authors = ["Zcash Foundation "] license = "MIT OR Apache-2.0" edition = "2018" diff --git a/zebra-client/Cargo.toml b/zebra-client/Cargo.toml index 4a6394711..2aac1c30f 100644 --- a/zebra-client/Cargo.toml +++ b/zebra-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zebra-client" -version = "0.1.0" +version = "3.0.0-alpha.0" authors = ["Zcash Foundation "] license = "MIT OR Apache-2.0" edition = "2018" diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 341478b91..d83f09fb1 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zebra-consensus" -version = "0.1.0" +version = "3.0.0-alpha.0" authors = ["Zcash Foundation "] license = "MIT OR Apache-2.0" edition = "2018" diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index 91531291f..5dfa380fd 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zebra-network" -version = "0.1.0" +version = "3.0.0-alpha.0" authors = ["Zcash Foundation "] license = "MIT OR Apache-2.0" edition = "2018" diff --git a/zebra-network/src/constants.rs b/zebra-network/src/constants.rs index 5a805aedb..86bd5a2bc 100644 --- a/zebra-network/src/constants.rs +++ b/zebra-network/src/constants.rs @@ -34,7 +34,7 @@ pub const HEARTBEAT_INTERVAL: Duration = Duration::from_secs(60); pub const TIMESTAMP_TRUNCATION_SECONDS: i64 = 30 * 60; /// The User-Agent string provided by the node. -pub const USER_AGENT: &str = "🦓Zebra v2.0.0-alpha.0🦓"; +pub const USER_AGENT: &str = "🦓 Zebra 3.0.0-alpha.0 🦓"; /// The Zcash network protocol version implemented by this crate. /// diff --git a/zebra-rpc/Cargo.toml b/zebra-rpc/Cargo.toml index e4de36ce5..07ae17ae5 100644 --- a/zebra-rpc/Cargo.toml +++ b/zebra-rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zebra-rpc" -version = "0.1.0" +version = "3.0.0-alpha.0" authors = ["Zcash Foundation "] license = "MIT OR Apache-2.0" edition = "2018" diff --git a/zebra-script/Cargo.toml b/zebra-script/Cargo.toml index cff9b6f46..d2fccf07d 100644 --- a/zebra-script/Cargo.toml +++ b/zebra-script/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zebra-script" -version = "0.1.0" +version = "3.0.0-alpha.0" authors = ["Zcash Foundation "] license = "MIT OR Apache-2.0" edition = "2018" diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 2f036d2e2..e6a724f8c 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zebra-state" -version = "0.1.0" +version = "3.0.0-alpha.0" authors = ["Zcash Foundation "] license = "MIT OR Apache-2.0" edition = "2018" diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index f5c1aa883..916741b61 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zebra-test" -version = "0.1.0" +version = "3.0.0-alpha.0" authors = ["Zcash Foundation "] license = "MIT OR Apache-2.0" edition = "2018" diff --git a/zebra-utils/Cargo.toml b/zebra-utils/Cargo.toml index 044ef8df9..f5b60b0c7 100644 --- a/zebra-utils/Cargo.toml +++ b/zebra-utils/Cargo.toml @@ -2,7 +2,7 @@ name = "zebra-utils" authors = ["Zcash Foundation "] license = "MIT OR Apache-2.0" -version = "0.1.0" +version = "3.0.0-alpha.0" edition = "2018" [dependencies] diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index bf3b9a40e..77ab308fa 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -2,7 +2,7 @@ name = "zebrad" authors = ["Zcash Foundation "] license = "MIT OR Apache-2.0" -version = "0.1.0" +version = "3.0.0-alpha.0" edition = "2018" [dependencies]