diff --git a/cli-client/Cargo.lock b/cli-client/Cargo.lock index 99f1657..140fb48 100644 --- a/cli-client/Cargo.lock +++ b/cli-client/Cargo.lock @@ -1553,7 +1553,7 @@ dependencies = [ [[package]] name = "strikes" -version = "0.2.2" +version = "0.2.3" dependencies = [ "assert_cmd", "assert_fs", diff --git a/cli-client/Cargo.toml b/cli-client/Cargo.toml index bb8e57b..1b672a0 100644 --- a/cli-client/Cargo.toml +++ b/cli-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strikes" -version = "0.2.2" +version = "0.2.3" edition = "2021" [lib] diff --git a/cli-client/src/cli.rs b/cli-client/src/cli.rs index 081cebf..9ddcf7f 100644 --- a/cli-client/src/cli.rs +++ b/cli-client/src/cli.rs @@ -15,7 +15,7 @@ pub enum Command { #[derive(Clone, Debug, Parser)] #[command( name = "Strikes CLI", - version = "0.2.1", + version = env!("CARGO_PKG_VERSION"), about = "Track and assign strikes", long_about = "Simple CLI tool to track and assign strikes" )]