Skip to content

Commit

Permalink
upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
lazytiger committed May 28, 2021
1 parent c433bbc commit 0d27afd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trojan"
version = "0.7.2"
version = "0.7.3"
authors = ["Hoping White <baihaoping@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use crypto::{digest::Digest, sha2::Sha224};

#[derive(Clap)]
#[clap(
version = "0.7.2",
version = "0.7.3",
author = "Hoping White",
about = "A trojan implementation using rust"
)]
Expand Down

0 comments on commit 0d27afd

Please sign in to comment.