From a72bdac60cffb4d7eed79c539b40a7da08aabb21 Mon Sep 17 00:00:00 2001 From: SkuldNorniern Date: Thu, 24 Aug 2023 16:23:56 +0900 Subject: [PATCH] chore: bump version v0.6.0 --- Cargo.toml | 2 +- src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)