diff --git a/Cargo.lock b/Cargo.lock index cc1a8dc..4cb1ed2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -530,7 +530,7 @@ dependencies = [ [[package]] name = "lohr" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index f68cf99..6b81399 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lohr" -version = "0.3.0" +version = "0.3.1" authors = ["Antoine Martin "] edition = "2018" license = "Apache-2.0 OR MIT" diff --git a/src/main.rs b/src/main.rs index 3856ee1..0bfbd61 100644 --- a/src/main.rs +++ b/src/main.rs @@ -94,7 +94,7 @@ fn parse_config(home: &Path, flags: &clap::ArgMatches) -> anyhow::Result anyhow::Result<()> { let matches = App::new("lohr") - .version("0.3.0") + .version("0.3.1") .about("Git mirroring daemon") .arg( Arg::with_name("config")