From 5f1c8d67baa44768f15c509d00471928be92c603 Mon Sep 17 00:00:00 2001 From: Rico Riedel Date: Wed, 23 Nov 2022 20:18:11 +0100 Subject: [PATCH] Bump version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e160b61..b629fd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wipe" -version = "2.0.0" +version = "2.1.0" edition = "2021" description = "Wipe the content of your terminal." license = "MIT"