Bump protocol version

This commit is contained in:
Antonio Scandurra 2022-03-22 13:19:07 +01:00
parent 016fb01ef8
commit 381c82714b

View File

@ -5,4 +5,4 @@ pub mod proto;
pub use conn::Connection; pub use conn::Connection;
pub use peer::*; pub use peer::*;
pub const PROTOCOL_VERSION: u32 = 11; pub const PROTOCOL_VERSION: u32 = 12;