From b01a4886d8ba77679e00c068efa414cf648dfd98 Mon Sep 17 00:00:00 2001 From: Alexander Rohde Date: Mon, 19 Feb 2024 10:01:49 +0100 Subject: [PATCH] bump version to 0.5.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c7d2d39..3fd8436 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A flexible rule-based file and folder comparison tool and crate i repository = "https://github.com/VolumeGraphics/havocompare" homepage = "https://github.com/VolumeGraphics/havocompare" documentation = "https://docs.rs/havocompare" -version = "0.5.2" +version = "0.5.3" edition = "2021" license = "MIT" authors = ["Volume Graphics GmbH"]