From 17acac13931d35a2d659e3144a7e76100496bfba Mon Sep 17 00:00:00 2001 From: electricboogie <32370782+kimono-koans@users.noreply.github.com> Date: Fri, 31 Mar 2023 22:51:11 -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 475663d4..7cfd7aba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -491,7 +491,7 @@ checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" [[package]] name = "httm" -version = "0.25.7" +version = "0.25.8" dependencies = [ "ansi_term", "chrono", diff --git a/Cargo.toml b/Cargo.toml index dc202ae8..172b0935 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "httm" authors = ["Robert Swinford "] -version = "0.25.7" +version = "0.25.8" 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 ca6292af..d560bcf3 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.7" "User Commands" +.TH HTTM "1" "March 2023" "httm 0.25.8" "User Commands" .SH NAME -httm \- manual page for httm 0.25.7 +httm \- manual page for httm 0.25.8 .SH DESCRIPTION -httm 0.25.7 +httm 0.25.8 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.