Skip to content

Commit

Permalink
don't propagate version, don't introduce new features
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFluffy committed Sep 26, 2024
1 parent b640028 commit 91646b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/astria-cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const DEFAULT_SEQUENCER_CHAIN_ID: &str = "astria-dusk-10";

/// Run commands against the Astria network.
#[derive(Debug, Parser)]
#[command(name = "astria-cli", version, about, propagate_version = true)]
#[command(name = "astria-cli", version, about)]
pub struct Cli {
#[command(subcommand)]
command: Command,
Expand Down

0 comments on commit 91646b5

Please sign in to comment.