mirror of
https://github.com/domcyrus/rustnet.git
synced 2026-01-07 06:19:59 -06:00
fix: update the rustnet versin based on Cargo.toml version
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user