Skip to content

Commit

Permalink
chore: bump version v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SkuldNorniern committed Aug 24, 2023
1 parent 37307ee commit a72bdac
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.5.2"
version = "0.6.0"
authors = ["Skuld Norniern <skuldnorniern@gmail.com>"]
edition = "2021"
description = "Cross Platform Packet Capture, pcap to Netflow Conversion, Live Netflow Capture Tool"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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. <skuldnorniern@gmail.com>")
.about("Netflow Capture Tool")
.subcommand_required(true)
Expand Down

0 comments on commit a72bdac

Please sign in to comment.