fix: update the rustnet versin based on Cargo.toml version

This commit is contained in:
Marco Cadetg
2025-08-28 15:53:50 +02:00
parent 51dd7dcf24
commit 374079ef71

View File

@@ -16,7 +16,7 @@ mod ui;
fn main() -> Result<()> {
// Parse command line arguments
let matches = Command::new("rustnet")
.version("0.1.0")
.version(env!("CARGO_PKG_VERSION"))
.author("Network Monitor")
.about("Cross-platform network monitoring tool")
.arg(