diff --git a/Cargo.toml b/Cargo.toml index 3142493..7a76105 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fluere" -version = "0.5.2" +version = "0.6.0" authors = ["Skuld Norniern "] edition = "2021" description = "Cross Platform Packet Capture, pcap to Netflow Conversion, Live Netflow Capture Tool" diff --git a/src/main.rs b/src/main.rs index d0e3e89..5255312 100644 --- a/src/main.rs +++ b/src/main.rs @@ -17,7 +17,7 @@ use std::process::exit; // It defines the available commands and their arguments. fn cli() -> Command { Command::new("fluere") - .version("0.5.2") + .version("0.6.0") .author("Skuld Norniern. ") .about("Netflow Capture Tool") .subcommand_required(true)