Bump protocol version

This commit is contained in:
Nathan Sobo 2022-02-23 06:33:31 -07:00
parent 9841abf402
commit 73fcebb8b2

View file

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