Skip to content

Commit

Permalink
version bump in main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
dottorblaster committed Aug 20, 2017
1 parent cd4bbe8 commit 1eff162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fn read_sirenfile(sirenfile_path: String) -> Result<String, IoError> {

fn main() {
let matches = App::new("Siren")
.version("1.0.0")
.version("1.0.1")
.author("Alessio Biancalana <[email protected]>")
.about("Your tiny friendly rusty neighborhood monitoring CLI tool")
.arg(Arg::with_name("file")
Expand Down

0 comments on commit 1eff162

Please sign in to comment.