From 857e2c7c767155ce305e4ab6376cb8fde9f1eb96 Mon Sep 17 00:00:00 2001 From: Elliott Slaughter Date: Mon, 13 Feb 2023 12:30:07 -0800 Subject: [PATCH] Bump version for release. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index db0ddec..1e40e09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "integrity-checker" -version = "0.2.1" +version = "0.2.2" authors = ["Elliott Slaughter "] description = "integrity checker for backups and filesystems" documentation = "https://github.com/elliottslaughter/integrity-checker"