Bump protocol version

This commit is contained in:
Antonio Scandurra 2022-03-02 15:08:33 +01:00
parent 85a010bfcc
commit a184583a89

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