This commit is contained in:
lubeilin
2023-09-23 21:38:31 +08:00
parent 58d5a4f5da
commit 17b206bace
+1 -1
View File
@@ -1,5 +1,5 @@
use crate::error::Error;
pub const VNT_VERSION: &'static str = "1.2.4.2";
pub const VNT_VERSION: &'static str = "1.2.4.3";
pub type Result<T> = std::result::Result<T, Error>;
pub mod channel;