Skip to content

Commit

Permalink
chore: bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SkuldNorniern committed Apr 24, 2024
1 parent 57af185 commit 144cfae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fluere"
version = "0.6.2"
version = "0.7.0"
authors = ["Skuld Norniern <[email protected]>"]
edition = "2021"
description = "Cross Platform Packet Capture, pcap to Netflow Conversion, Live Netflow Capture Tool"
Expand Down
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use pcap::Device;
// It defines the available commands and their arguments.
pub fn cli_template() -> Command {
Command::new("fluere")
.version("0.6.2")
.version("0.7.0")
.author("Skuld Norniern. <[email protected]>")
.about("Netflow Capture Tool")
.subcommand_required(true)
Expand Down

0 comments on commit 144cfae

Please sign in to comment.