From 9b73c86c189c332e681ae587bba46c454b0fba1f Mon Sep 17 00:00:00 2001 From: electricboogie <32370782+kimono-koans@users.noreply.github.com> Date: Thu, 30 Mar 2023 08:23:56 -0500 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- httm.1 | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce110933..765581d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -491,7 +491,7 @@ checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" [[package]] name = "httm" -version = "0.25.3" +version = "0.25.4" dependencies = [ "ansi_term", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 3db3a0ef..54acf2c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "httm" authors = ["Robert Swinford "] -version = "0.25.3" +version = "0.25.4" 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 15ccd0c5..48b35a23 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.3" "User Commands" +.TH HTTM "1" "March 2023" "httm 0.25.4" "User Commands" .SH NAME -httm \- manual page for httm 0.25.3 +httm \- manual page for httm 0.25.4 .SH DESCRIPTION -httm 0.25.3 +httm 0.25.4 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.