Skip to content

Commit

Permalink
Mark new release candidate rc7
Browse files Browse the repository at this point in the history
  • Loading branch information
ruieduardolopes committed Oct 14, 2019
1 parent 51d65e6 commit 93246b2
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 = "monet"
version = "0.1.5-rc6"
version = "0.1.5-rc7"
authors = ["André Nascimento <[email protected]>", "Rui Lopes <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use clap::{App, Arg, ArgMatches, SubCommand};

pub fn get_options_from_cli() -> ArgMatches<'static> {
App::new("Monet: Monitor a Network")
.version("0.1.5-rc6")
.version("0.1.5-rc7")
.author("André Nascimento and Rui Lopes")
.about("Tool to get some insights on a network or interfaces")
.subcommand(
Expand Down

0 comments on commit 93246b2

Please sign in to comment.