From ae403db7843f0272169c98ba6b2a41b327ee97ae Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Sun, 4 May 2025 02:00:36 -0500 Subject: [PATCH] (chore): bump version. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ee8e50..e9514e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -439,7 +439,7 @@ dependencies = [ [[package]] name = "rusnapshot" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index eedccd1..e745135 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusnapshot" -version = "0.5.0" +version = "0.5.1" authors = ["edu4rdshl"] edition = "2024" description = "Simple and handy btrfs snapshoting tool."