diff --git a/Cargo.lock b/Cargo.lock index 5dba5e32..ce110933 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -491,7 +491,7 @@ checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" [[package]] name = "httm" -version = "0.25.2" +version = "0.25.3" dependencies = [ "ansi_term", "chrono", diff --git a/Cargo.toml b/Cargo.toml index f51a126d..3db3a0ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "httm" authors = ["Robert Swinford "] -version = "0.25.2" +version = "0.25.3" edition = "2021" keywords = ["zfs", "backup", "restore", "cli-utility", "snapshot"] description = "A CLI tool for viewing snapshot file versions on ZFS and btrfs datasets" diff --git a/httm.1 b/httm.1 index bec44e7a..15ccd0c5 100644 --- a/httm.1 +++ b/httm.1 @@ -1,9 +1,9 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. -.TH HTTM "1" "March 2023" "httm 0.25.2" "User Commands" +.TH HTTM "1" "March 2023" "httm 0.25.3" "User Commands" .SH NAME -httm \- manual page for httm 0.25.2 +httm \- manual page for httm 0.25.3 .SH DESCRIPTION -httm 0.25.2 +httm 0.25.3 httm prints the size, date and corresponding locations of available unique versions of files residing on snapshots. May also be used interactively to select and restore from such versions, and even to snapshot datasets which contain certain files.