Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ilpianista committed Oct 7, 2016
1 parent ac266cb commit f7d6127
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 = "arch-audit"
version = "0.1.3"
version = "0.1.4"
authors = ["Andrea Scarpino <me@andreascarpino.it>"]
description = "An utility like pkg-audit for Arch Linux based on Arch CVE Monitoring Team data"
repository = "https://github.com/ilpianista/arch-audit"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fn main() {
env_logger::init().unwrap();

let args = App::new("arch-audit")
.version("0.1.3")
.version("0.1.4")
.arg(Arg::with_name("dbpath")
.short("b")
.long("dbpath")
Expand Down

0 comments on commit f7d6127

Please sign in to comment.