From ebb17e5e940338e357d090eeb853991f4a3af0fb Mon Sep 17 00:00:00 2001 From: Eduardo Trujillo <ed@chromabits.com> Date: Tue, 15 Nov 2022 18:47:42 -0800 Subject: [PATCH] refactor(cli): Use same version as crate --- src/cli/args.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/args.rs b/src/cli/args.rs index 6960131..fb477f0 100644 --- a/src/cli/args.rs +++ b/src/cli/args.rs @@ -8,7 +8,7 @@ use collective::{ use espresso::config::Config; #[derive(Parser)] -#[clap(version = "1.0", author = "Eduardo T. <ed@trujillo.io>")] +#[clap(version, author = "Eduardo T. <ed@trujillo.io>")] pub struct Opts { /// Sets a custom config file. #[clap(short, long)] -- GitLab