Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
lazytiger committed Mar 4, 2020
1 parent 3e23e72 commit ad3521d
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.3", author = "Hoping White", about = "a trojan implementation using rust")]
#[clap(version = "0.3.1", author = "Hoping White", about = "a trojan implementation using rust")]
pub struct Opts {
#[clap(subcommand)]
pub mode: Mode,
Expand Down

0 comments on commit ad3521d

Please sign in to comment.