Bump protocol version after reconnect support

This commit is contained in:
Max Brunsfeld 2023-01-11 14:00:16 -08:00
parent 74f8b493b2
commit fe27f135c0

View File

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