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