diff --git a/Cargo.toml b/Cargo.toml index ca1fb4b..0fc5275 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zbox" -version = "0.8.7" +version = "0.8.8" authors = ["Bo Lu"] description = "ZboxFS is a zero-details, privacy-focused in-app file system." documentation = "https://docs.rs/zbox" diff --git a/src/repo.rs b/src/repo.rs index 72d3f29..66d3070 100644 --- a/src/repo.rs +++ b/src/repo.rs @@ -614,7 +614,7 @@ fn open_file_with_options>( /// /// ```toml /// [dependencies] -/// zbox = { version = "0.8.7", features = ["storage-file"] } +/// zbox = { version = "0.8.8", features = ["storage-file"] } /// ``` /// /// # Create and open `Repo` diff --git a/src/version.rs b/src/version.rs index ba7f2c6..d73a290 100644 --- a/src/version.rs +++ b/src/version.rs @@ -6,4 +6,4 @@ pub const REPO_PATCH_VERSION: u8 = 0; /// Define ZboxFS library version pub const LIB_MAJOR_VERSION: u8 = 0; pub const LIB_MINOR_VERSION: u8 = 8; -pub const LIB_PATCH_VERSION: u8 = 7; +pub const LIB_PATCH_VERSION: u8 = 8;