Skip to content

Commit

Permalink
chore: bump version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SkuldNorniern committed Aug 10, 2023
1 parent c61ce7b commit d5e397e
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.1"
version = "0.5.2"
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 @@ -11,7 +11,7 @@ use std::process::exit;

fn cli() -> Command {
Command::new("fluere")
.version("0.5.1")
.version("0.5.2")
.author("Skuld Norniern. <skuldnorniern@gmail.com>")
.about("Netflow Capture Tool")
.subcommand_required(true)
Expand Down

0 comments on commit d5e397e

Please sign in to comment.