Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Commit

Permalink
doc: version up
Browse files Browse the repository at this point in the history
  • Loading branch information
KKould committed Aug 16, 2023
1 parent 7568b1b commit 7756fd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kip_db"
version = "0.1.2-alpha.1"
version = "0.1.2-alpha.2"
edition = "2021"
authors = ["Kould <[email protected]>"]
description = "轻量级、异步 基于LSM Leveled Compaction K-V数据库"
Expand Down
2 changes: 1 addition & 1 deletion src/kernel/lsm/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mod compactor;
pub mod iterator;
mod log;
mod mem_table;
mod mvcc;
pub mod mvcc;
pub mod storage;
mod table;
mod trigger;
Expand Down

0 comments on commit 7756fd2

Please sign in to comment.