diff --git a/Cargo.lock b/Cargo.lock index 6ad361a..57f60b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -208,7 +208,7 @@ checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" [[package]] name = "jw" -version = "2.2.3" +version = "2.2.4" dependencies = [ "clap", "crossbeam-channel", diff --git a/Cargo.toml b/Cargo.toml index 42d2c9a..acd2ade 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jw" -version = "2.2.3" +version = "2.2.4" edition = "2021" description = "Blazingly fast filesystem traverser and mass file hasher with diff support, powered by jwalk and xxh3!" diff --git a/src/main.rs b/src/main.rs index c51e03e..801849e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -346,7 +346,7 @@ fn checksum_diff(paths: &[String], print_stats: bool) { fn main() { let matches = Command::new("jw") - .version("2.2.3") + .version("2.2.4") .about("A CLI frontend to jwalk for blazingly fast filesystem traversal!") .arg(Arg::new("live-print") .long("live")