From 14c0f371d29d4aea0e2ac5fa6b85a0e1915c2a3f Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Tue, 6 Feb 2024 22:54:57 -0500 Subject: [PATCH] Bump version. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9b4bc7a..0f08a10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -450,7 +450,7 @@ dependencies = [ [[package]] name = "rusnapshot" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index d7166c3..5bb9a86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusnapshot" -version = "0.4.0" +version = "0.4.1" authors = ["edu4rdshl"] edition = "2018" description = "Simple and handy btrfs snapshoting tool."