Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
PsychedelicShayna committed Sep 14, 2024
1 parent b5e7ca2 commit 067bbaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 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 = "jw"
version = "2.2.4"
version = "2.2.5"
edition = "2021"

description = "Blazingly fast filesystem traverser and mass file hasher with diff support, powered by jwalk and xxh3!"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ fn checksum_diff(paths: &[String], print_stats: bool) {

fn main() {
let matches = Command::new("jw")
.version("2.2.4")
.version("2.2.5")
.about("A CLI frontend to jwalk for blazingly fast filesystem traversal!")
.arg(Arg::new("live-print")
.long("live")
Expand Down

0 comments on commit 067bbaf

Please sign in to comment.