From 644cf9099fa0c391e53a8287c101214b03ab6958 Mon Sep 17 00:00:00 2001 From: Bojan Date: Sat, 1 Feb 2025 21:09:42 -0400 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 d3912af..78445e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "infer" -version = "0.16.0" +version = "0.17.0" authors = ["Bojan "] edition = "2018" description = "Small crate to infer file type based on magic number signatures"