We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927832d commit 490be28Copy full SHA for 490be28
README.md
@@ -17,7 +17,7 @@ should work with the [original server](https://github.com/trojan-gfw/trojan) in
17
## How to use it
18
```bash
19
hoping@HopingPC:~/workspace/trojan-rs$ trojan --help
20
-trojan 0.4
+trojan 0.6
21
Hoping White
22
A trojan implementation using rust
23
src/config.rs
@@ -13,7 +13,7 @@ pub struct DnsEntry {
13
}
14
15
#[derive(Clap)]
16
-#[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,
0 commit comments