diff --git a/Cargo.lock b/Cargo.lock index d77bf9e..f3c0d3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -176,7 +176,7 @@ checksum = "de853764b47027c2e862a995c34978ffa63c1501f2e15f987ba11bd4f9bba193" [[package]] name = "fif" -version = "0.2.3" +version = "0.2.3+hotfix" dependencies = [ "cached", "clap", diff --git a/Cargo.toml b/Cargo.toml index d408fc7..398af60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fif" description = "A command-line tool for detecting and optionally correcting files with incorrect extensions." -version = "0.2.3" +version = "0.2.3+hotfix" authors = ["Lynnesbian "] edition = "2018" license = "GPL-3.0-or-later"