Skip to content

Commit 490be28

Browse files
committed
update version
1 parent 927832d commit 490be28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ should work with the [original server](https://github.com/trojan-gfw/trojan) in
1717
## How to use it
1818
```bash
1919
hoping@HopingPC:~/workspace/trojan-rs$ trojan --help
20-
trojan 0.4
20+
trojan 0.6
2121
Hoping White
2222
A trojan implementation using rust
2323

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pub struct DnsEntry {
1313
}
1414

1515
#[derive(Clap)]
16-
#[clap(version = "0.5", author = "Hoping White", about = "A trojan implementation using rust")]
16+
#[clap(version = "0.6", author = "Hoping White", about = "A trojan implementation using rust")]
1717
pub struct Opts {
1818
#[clap(subcommand)]
1919
pub mode: Mode,

0 commit comments

Comments
 (0)