diff --git a/Cargo.lock b/Cargo.lock index c28114f..e66712a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -591,7 +591,7 @@ dependencies = [ [[package]] name = "protofetch" -version = "0.0.3" +version = "0.0.5" dependencies = [ "clap", "config", diff --git a/Cargo.toml b/Cargo.toml index ee7b300..cd55790 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protofetch" -version = "0.0.3" +version = "0.0.5" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/cli/args.rs b/src/cli/args.rs index 0c97d5e..8bb41bf 100644 --- a/src/cli/args.rs +++ b/src/cli/args.rs @@ -2,7 +2,7 @@ use clap::Parser; /// Dependency management tool for Protocol Buffers files. #[derive(Debug, Parser)] -#[clap(version = "0.0.1")] +#[clap(version)] pub struct CliArgs { #[clap(subcommand)] pub cmd: Command,