Bump protocol version

This commit is contained in:
Antonio Scandurra 2022-05-31 08:13:05 +02:00
parent 354488ebdf
commit 1eb03f2f4e

View file

@ -6,4 +6,4 @@ pub use conn::Connection;
pub use peer::*; pub use peer::*;
mod macros; mod macros;
pub const PROTOCOL_VERSION: u32 = 20; pub const PROTOCOL_VERSION: u32 = 21;