Skip to content

Commit

Permalink
avm: Remove unused VERSION declaration (#3288)
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto authored Oct 2, 2024
1 parent 143893f commit 17b6c6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions avm/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ use avm::InstallTarget;
use clap::{CommandFactory, Parser, Subcommand};
use semver::Version;

pub const VERSION: &str = env!("CARGO_PKG_VERSION");

#[derive(Parser)]
#[clap(name = "avm", about = "Anchor version manager", version)]
pub struct Cli {
Expand Down

0 comments on commit 17b6c6d

Please sign in to comment.