Skip to content

Commit

Permalink
Bump protocol version
Browse files Browse the repository at this point in the history
  • Loading branch information
as-cii committed Mar 2, 2022
1 parent 85a010b commit a184583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rpc/src/rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ pub mod proto;
pub use conn::Connection;
pub use peer::*;

pub const PROTOCOL_VERSION: u32 = 7;
pub const PROTOCOL_VERSION: u32 = 8;

0 comments on commit a184583

Please sign in to comment.