diff --git a/zebra-network/src/constants.rs b/zebra-network/src/constants.rs index 5cfac0e8..e218f355 100644 --- a/zebra-network/src/constants.rs +++ b/zebra-network/src/constants.rs @@ -44,7 +44,7 @@ pub const USER_AGENT: &str = "/🦓Zebra🦓:3.0.0-alpha.0/"; /// /// This protocol version might be the current version on Mainnet or Testnet, /// based on where we are in the network upgrade cycle. -pub const CURRENT_VERSION: Version = Version(170_011); +pub const CURRENT_VERSION: Version = Version(170_012); /// The most recent bilateral consensus upgrade implemented by this crate. ///