show nodes version correctly

This commit is contained in:
sijie.sun
2024-09-18 22:25:47 +08:00
committed by Sijie.Sun
parent 6d7edcd486
commit 82f5dfd569
9 changed files with 60 additions and 17 deletions
+1 -1
View File
@@ -14,4 +14,4 @@ pub mod launcher;
pub mod tunnel;
pub mod utils;
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
pub const VERSION: &str = common::constants::EASYTIER_VERSION;