From 17b206bace08c4cf71848bb62a18169141faca4e Mon Sep 17 00:00:00 2001 From: lubeilin <1791778603@qq.com> Date: Sat, 23 Sep 2023 21:38:31 +0800 Subject: [PATCH] 1.2.4.3 --- vnt/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnt/src/lib.rs b/vnt/src/lib.rs index c6cd160..11389e6 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.2"; +pub const VNT_VERSION: &'static str = "1.2.4.3"; pub type Result = std::result::Result; pub mod channel;