Bump the RPC protocol version

This commit is contained in:
Max Brunsfeld 2022-07-25 11:36:52 -07:00
parent 4c8d9384b1
commit 09c0211c96

View File

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