diff --git a/Cargo.lock b/Cargo.lock index 32d549d..412a30c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -721,7 +721,7 @@ dependencies = [ [[package]] name = "reaction" -version = "0.1.0" +version = "2.0.0-rc1" dependencies = [ "bincode", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 49c4b6e..b0a76d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reaction" -version = "0.1.0" +version = "2.0.0-rc1" edition = "2021" [dependencies] diff --git a/src/utils/cli.rs b/src/utils/cli.rs index 47d42ae..79b9008 100644 --- a/src/utils/cli.rs +++ b/src/utils/cli.rs @@ -7,7 +7,6 @@ use tracing::Level; #[derive(Parser)] #[clap(version)] #[command(name = "reaction")] -#[command(version = "2.0")] #[command( about = "Scan logs and take action", long_about = "A daemon that scans program outputs for repeated patterns, and takes action.