Skip to content

Commit

Permalink
Bump message version to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
raychu86 committed Jun 30, 2023
1 parent ea14807 commit cf00625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/messages/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ pub enum Message<N: Network> {

impl<N: Network> Message<N> {
/// The version of the network protocol; it can be incremented in order to force users to update.
pub const VERSION: u32 = 7;
pub const VERSION: u32 = 8;

/// Returns the message name.
#[inline]
Expand Down

0 comments on commit cf00625

Please sign in to comment.