diff --git a/src/types.rs b/src/types.rs index 8f23b014..a3596ef7 100644 --- a/src/types.rs +++ b/src/types.rs @@ -25,7 +25,7 @@ impl System { } } -pub const DEFAULT_VERSION: u8 = 20; +pub const DEFAULT_VERSION: u8 = 46; /// Structure representing a ZIP file. #[derive(Debug)] diff --git a/tests/data/mimetype.zip b/tests/data/mimetype.zip index 29f97298..78f98224 100644 Binary files a/tests/data/mimetype.zip and b/tests/data/mimetype.zip differ