diff --git a/Cargo.lock b/Cargo.lock index 3aed447..de81002 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1007,7 +1007,7 @@ dependencies = [ [[package]] name = "rivet-head-cli" -version = "1.5.0" +version = "1.5.1" dependencies = [ "clap", "config", diff --git a/Cargo.toml b/Cargo.toml index 75ee408..619f1c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/src/main.rs b/src/main.rs index 00e16ad..3cea739 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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,