更新版本

This commit is contained in:
lubeilin
2023-09-26 21:53:55 +08:00
parent 3d243fb01d
commit 2cab580b4e
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
use crate::error::Error;
pub const VNT_VERSION: &'static str = "1.2.4.4";
pub const VNT_VERSION: &'static str = "1.2.5";
pub type Result<T> = std::result::Result<T, Error>;
pub mod channel;