diff --git a/vnt/src/lib.rs b/vnt/src/lib.rs index 5ef0891..c6cd160 100644 --- a/vnt/src/lib.rs +++ b/vnt/src/lib.rs @@ -1,5 +1,5 @@ use crate::error::Error; -pub const VNT_VERSION: &'static str = "1.2.4"; +pub const VNT_VERSION: &'static str = "1.2.4.2"; pub type Result = std::result::Result; pub mod channel;