From e95a5fbbc2fa924eaeee888a1c931005b572ef39 Mon Sep 17 00:00:00 2001 From: Bojan Date: Tue, 4 Jul 2023 21:35:43 -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 7ed36ee..435379e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "infer" -version = "0.14.0" +version = "0.15.0" authors = ["Bojan "] edition = "2018" description = "Small crate to infer file type based on magic number signatures"