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 1d1387f commit 3c4482a
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.6"
version = "2.2.7"
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 @@ -315,7 +315,7 @@ fn checksum_diff(paths: &[String], print_stats: bool) {

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

0 comments on commit 3c4482a

Please sign in to comment.