diff --git a/Cargo.toml b/Cargo.toml index d4b2f445..9cecac91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bip157" -version = "0.3.1" +version = "0.3.2" authors = ["Rob "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/src/network/mod.rs b/src/network/mod.rs index 6c95c446..40b8bc80 100644 --- a/src/network/mod.rs +++ b/src/network/mod.rs @@ -31,7 +31,7 @@ pub(crate) mod reader; pub(crate) mod socks; pub const PROTOCOL_VERSION: u32 = 70016; -pub const KYOTO_VERSION: &str = "0.3.1"; +pub const KYOTO_VERSION: &str = "0.3.2"; pub const RUST_BITCOIN_VERSION: &str = "0.32.7"; const THIRTY_MINS: Duration = Duration::from_secs(60 * 30);