From d231994a2a294281b26f28724d209405ae8aa4d3 Mon Sep 17 00:00:00 2001 From: Adinata Wijaya Date: Mon, 12 Jun 2023 10:40:14 +0200 Subject: [PATCH] create 0.3.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 808066f..461db5a 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.3.0" +version = "0.3.1" edition = "2021" license = "MIT" authors = ["Volume Graphics GmbH"]