Skip to content

Commit

Permalink
Update version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Klug committed Aug 21, 2024
1 parent 204e9ec commit 1f60a16
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.0.2-alpha"
version = "0.0.2"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion cli-client/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ enum Command {
#[derive(Debug, Parser)]
#[command(
name = "Strikes CLI",
version = "0.0.2-alpha",
version = "0.0.2",
about = "Manage strikes for people",
long_about = "This is a command-line tool for blaming people."
)]
Expand Down

0 comments on commit 1f60a16

Please sign in to comment.