From 5cc5828d3b6b1c70c8ed6b952fda127639da4d7b Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Wed, 16 Sep 2026 22:28:15 +0100 Subject: [PATCH] version: increment version --- Cargo.lock | 2 +- Cargo.toml | 2 +- man-page/dust.1 | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0bccda26..7f086602 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -296,7 +296,7 @@ dependencies = [ [[package]] name = "du-dust" -version = "1.2.5" +version = "1.2.6" dependencies = [ "assert_cmd", "chrono", diff --git a/Cargo.toml b/Cargo.toml index cdd55995..3dec7214 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "du-dust" description = "A more intuitive version of du" -version = "1.2.5" +version = "1.2.6" authors = ["bootandy ", "nebkor "] edition = "2024" readme = "README.md" diff --git a/man-page/dust.1 b/man-page/dust.1 index 8c18c312..291e83eb 100644 --- a/man-page/dust.1 +++ b/man-page/dust.1 @@ -1,6 +1,6 @@ .ie \n(.g .ds Aq \(aq .el .ds Aq ' -.TH Dust 1 "Dust 1.2.5" +.TH Dust 1 "Dust 1.2.6" .SH NAME Dust \- Like du but more intuitive .SH SYNOPSIS @@ -173,4 +173,4 @@ Print version [\fIPATH\fR] Input files or directories .SH VERSION -v1.2.5 +v1.2.6