Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
lazytiger committed Aug 20, 2020
1 parent 9919381 commit e50f816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub struct DnsEntry {
}

#[derive(Clap)]
#[clap(version = "0.4", author = "Hoping White", about = "A trojan implementation using rust")]
#[clap(version = "0.5", author = "Hoping White", about = "A trojan implementation using rust")]
pub struct Opts {
#[clap(subcommand)]
pub mode: Mode,
Expand Down

0 comments on commit e50f816

Please sign in to comment.