From e654d30f9da8221e7f7a455a4caa2e9b9cab9430 Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Fri, 5 Jul 2024 21:17:45 +0100 Subject: [PATCH] version: increment version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ec8c62e..0eda569b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "du-dust" description = "A more intuitive version of du" -version = "1.0.0" +version = "1.1.0" authors = ["bootandy ", "nebkor "] edition = "2021" readme = "README.md"