Bump protocol version

This commit is contained in:
Antonio Scandurra 2022-02-08 15:00:06 +01:00
parent 624eb5907e
commit 6768288da8

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 = 5; pub const PROTOCOL_VERSION: u32 = 6;