Skip to content

Commit

Permalink
chore: forgot to upgrade version number in clap description
Browse files Browse the repository at this point in the history
  • Loading branch information
sentinel1909 committed Apr 27, 2024
1 parent 07840fc commit 021528b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rivet-head-cli"
version = "1.5.0"
version = "1.5.1"
edition = "2021"
description = "The CLI for interacting with the Rivet Head API"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ struct ApiSettings {

// struct type to represent the command line arguments
#[derive(Parser, Debug)]
#[command(name = "Rivet Head CLI", author = "Jeff Mitchell", version = "1.4", about = "CLI app to work with the Rivet Head API", long_about = None)]
#[command(name = "Rivet Head CLI", author = "Jeff Mitchell", version = "1.5", about = "CLI app to work with the Rivet Head API", long_about = None)]
struct Args {
#[arg(short, long)]
verb: String,
Expand Down

0 comments on commit 021528b

Please # to comment.