Skip to content

Commit

Permalink
Merge branch 'testnet3' of https://github.com/AleoHQ/snarkOS into fea…
Browse files Browse the repository at this point in the history
…t/deploy-execute
  • Loading branch information
raychu86 committed Feb 15, 2023
2 parents aece5b6 + b9d65b7 commit efe07a0
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 @@ -128,7 +128,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 = 4;
pub const VERSION: u32 = 5;

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

0 comments on commit efe07a0

Please sign in to comment.