Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
lazytiger committed Aug 24, 2020
1 parent 927832d commit 490be28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ should work with the [original server](https://github.com/trojan-gfw/trojan) in
## How to use it
```bash
hoping@HopingPC:~/workspace/trojan-rs$ trojan --help
trojan 0.4
trojan 0.6
Hoping White
A trojan implementation using rust

Expand Down
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.5", author = "Hoping White", about = "A trojan implementation using rust")]
#[clap(version = "0.6", author = "Hoping White", about = "A trojan implementation using rust")]
pub struct Opts {
#[clap(subcommand)]
pub mode: Mode,
Expand Down

0 comments on commit 490be28

Please sign in to comment.