Skip to content

Commit ad3521d

Browse files
committed
change version
1 parent 3e23e72 commit ad3521d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.3", author = "Hoping White", about = "a trojan implementation using rust")]
16+
#[clap(version = "0.3.1", 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)