From b871c5dc32faf1e5adba36e4b78dcf4ec8feee7a Mon Sep 17 00:00:00 2001 From: Bojan Date: Thu, 22 Jun 2023 08:52:56 -0300 Subject: [PATCH] build: update crate version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5509acf..7ed36ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "infer" -version = "0.13.0" +version = "0.14.0" authors = ["Bojan "] edition = "2018" description = "Small crate to infer file type based on magic number signatures"