Skip to content

Commit

Permalink
feat: Use the workspace version for the cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
yanliu38 committed Jan 26, 2025
1 parent 1dccb57 commit f7d15c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/argparse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use dcc_common::PaymentEntries;
#[command(
name = "dcc",
about = "Decent Cloud CLI",
version = "0.1.0",
version = env!("CARGO_PKG_VERSION"),
author = "Decent Cloud Development Team",
subcommand_required = true,
arg_required_else_help = true
Expand Down

0 comments on commit f7d15c2

Please sign in to comment.