aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-07-22 15:23:45 +0200
committerAlex Auvolat <alex@adnab.me>2022-07-22 15:23:45 +0200
commita5e5fd040891c02b1f88bdafdec9e92090094548 (patch)
tree8a08510209457508fe350d2b2daf718665ffa06e
parenta0dac87e3b8b749afa63b5707eefeb676e23b622 (diff)
downloadnetapp-a5e5fd040891c02b1f88bdafdec9e92090094548.tar.gz
netapp-a5e5fd040891c02b1f88bdafdec9e92090094548.zip
Bump netapp version to 0.5
-rw-r--r--Cargo.toml2
-rw-r--r--src/netapp.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a19e11a..dd05d8c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "netapp"
-version = "0.4.4"
+version = "0.5.0"
authors = ["Alex Auvolat <alex@adnab.me>"]
edition = "2018"
license-file = "LICENSE"
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 {