From 93246b26f296834d145bfceaee5a96dbb35f8a2c Mon Sep 17 00:00:00 2001 From: Rui Lopes Date: Mon, 14 Oct 2019 10:59:13 +0100 Subject: [PATCH] Mark new release candidate rc7 --- Cargo.toml | 2 +- src/options.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 88a8b4c..660b562 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "monet" -version = "0.1.5-rc6" +version = "0.1.5-rc7" authors = ["André Nascimento ", "Rui Lopes "] edition = "2018" diff --git a/src/options.rs b/src/options.rs index 046334d..be7fe5c 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-rc6") + .version("0.1.5-rc7") .author("André Nascimento and Rui Lopes") .about("Tool to get some insights on a network or interfaces") .subcommand(