1 parent 9919381 commit e50f816Copy full SHA for e50f816
1 file changed
src/config.rs
@@ -13,7 +13,7 @@ pub struct DnsEntry {
13
}
14
15
#[derive(Clap)]
16
-#[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")]
17
pub struct Opts {
18
#[clap(subcommand)]
19
pub mode: Mode,
0 commit comments