Renumber protobuf fields, bump protocol version

This commit is contained in:
Max Brunsfeld 2023-08-31 16:31:26 -07:00
parent 03f0365d4d
commit 1e60454643
2 changed files with 8 additions and 8 deletions

View file

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