diff --git a/Cargo.lock b/Cargo.lock index 765581d4..ef252cb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -491,7 +491,7 @@ checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" [[package]] name = "httm" -version = "0.25.4" +version = "0.25.5" dependencies = [ "ansi_term", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 54acf2c0..dd10ec60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "httm" authors = ["Robert Swinford "] -version = "0.25.4" +version = "0.25.5" 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 48b35a23..1bb3b833 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.4" "User Commands" +.TH HTTM "1" "March 2023" "httm 0.25.5" "User Commands" .SH NAME -httm \- manual page for httm 0.25.4 +httm \- manual page for httm 0.25.5 .SH DESCRIPTION -httm 0.25.4 +httm 0.25.5 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.