Skip to content

Commit

Permalink
[MODIFY] Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
SkuldNorniern committed Feb 14, 2023
1 parent b9b31db commit 5d8a380
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 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.3.1"
version = "0.4.0"
authors = ["Skuld Norniern <skuldnorniern@gmail.com>"]
edition = "2021"
description = "Fluere is a cross-platform network tool aimed at pcap sniffing, netflow dump."
Expand Down
Binary file added scripts/fluere-0.3.1-installer.exe
Binary file not shown.
Binary file added scripts/fluere-0.4.0-installer.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions scripts/macos_export.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
cd target/release/
tar -czf fluere_0.3.1_macos_intel.tar.gz fluere
tar -czf fluere_0.4.0_macos_intel.tar.gz fluere

shasum -a 256 fluere_0.3.1_macos_intel.tar.gz
shasum -a 256 fluere_0.4.0_macos_intel.tar.gz
2 changes: 1 addition & 1 deletion scripts/windows_installer.nsi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name "Fluere Netflow Collector"
# name installer
OutFile "fluere-0.3.1-installer.exe"
OutFile "fluere-0.4.0-installer.exe"

InstallDir "$PROGRAMFILES\fluere"

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use config::generate_config;

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

0 comments on commit 5d8a380

Please sign in to comment.