Bump protocol version number

This commit is contained in:
Mikayla Maki 2023-05-08 14:34:14 -07:00
parent f28419cfd1
commit 9366a0dbee
No known key found for this signature in database

View File

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