Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
junnlikestea committed Jul 7, 2020
1 parent 30a437c commit f7318fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use std::io::{self, Read};

#[tokio::main]
async fn main() -> Result<()> {
let args = create_clap_app("0.1.1");
let args = create_clap_app("0.1.2");
let matches = args.get_matches();
let mut verbose = false;
let mut proxy = None;
Expand Down

0 comments on commit f7318fc

Please sign in to comment.