增加小版本

This commit is contained in:
lubeilin
2023-09-22 18:19:13 +08:00
parent 16a37c713a
commit 301938b9fc
+1 -1
View File
@@ -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<T> = std::result::Result<T, Error>;
pub mod channel;