aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/netapp.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/netapp.rs b/src/netapp.rs
index 29df3b9..f1e14ed 100644
--- a/src/netapp.rs
+++ b/src/netapp.rs
@@ -36,7 +36,7 @@ pub type NetworkKey = sodiumoxide::crypto::auth::Key;
pub(crate) type VersionTag = [u8; 16];
/// Value of the Netapp version used in the version tag
-pub(crate) const NETAPP_VERSION_TAG: u64 = 0x6e65746170700004; // netapp 0x0004
+pub(crate) const NETAPP_VERSION_TAG: u64 = 0x6e65746170700005; // netapp 0x0005
#[derive(Serialize, Deserialize, Debug, Clone)]
pub(crate) struct HelloMessage {