Skip to content
Snippets Groups Projects
Verified Commit ebb17e5e authored by Eduardo Trujillo's avatar Eduardo Trujillo
Browse files

refactor(cli): Use same version as crate

parent 55c75966
No related branches found
No related tags found
1 merge request!3v2.0.0
......@@ -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)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment