diff --git a/Cargo.toml b/Cargo.toml index 5954965..88a8b4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "monet" -version = "0.1.5-rc5" +version = "0.1.5-rc6" authors = ["André Nascimento ", "Rui Lopes "] edition = "2018" diff --git a/src/options.rs b/src/options.rs index 7180f01..046334d 100644 --- a/src/options.rs +++ b/src/options.rs @@ -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-rc5") + .version("0.1.5-rc6") .author("André Nascimento and Rui Lopes") .about("Tool to get some insights on a network or interfaces") .subcommand(