Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Oct 18, 2017
1 parent 550aae3 commit 538ee68
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sniffglue"
version = "0.2.0"
version = "0.3.0"
description = "Secure multithreaded packet sniffer"
authors = ["kpcyrd <[email protected]>"]
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion docs/sniffglue.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH SNIFFGLUE "1" "October 2017" "sniffglue 0.2.0" "User Commands"
.TH SNIFFGLUE "1" "October 2017" "sniffglue 0.3.0" "User Commands"
.SH NAME
sniffglue \- secure multithreaded packet sniffer

Expand Down
20 changes: 10 additions & 10 deletions fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fn main() {
sandbox::activate_stage1().expect("init sandbox stage1");

let matches = App::new("sniffglue")
.version("0.2.0")
.version("0.3.0")
.setting(AppSettings::ColoredHelp)
.arg(Arg::with_name("promisc")
.short("p")
Expand Down

0 comments on commit 538ee68

Please sign in to comment.