Skip to content

Commit

Permalink
Use current package version in cli (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbsklg authored Aug 29, 2024
1 parent c9d1627 commit afde8c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli-client/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "strikes"
version = "0.2.2"
version = "0.2.3"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion cli-client/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)]
Expand Down

0 comments on commit afde8c1

Please sign in to comment.