From b7b830f7604de34fb07be5166f60a5c9241e7de2 Mon Sep 17 00:00:00 2001 From: kuuuube Date: Sun, 22 Mar 2026 01:54:49 -0400 Subject: [PATCH] Bump version number to 4.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aa0b512..711117f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1445,7 +1445,7 @@ dependencies = [ [[package]] name = "tabletdrivercleanup" -version = "4.0.3" +version = "4.1.0" dependencies = [ "async-trait", "clap", diff --git a/Cargo.toml b/Cargo.toml index fe837c2..1b58a97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabletdrivercleanup" -version = "4.0.3" +version = "4.1.0" edition = "2021" [profile.release]