chore: bump version 0.3.0 (#434)

Signed-off-by: Andy Lok <andylokandy@hotmail.com>
This commit is contained in:
Andy Lok 2023-11-21 16:54:09 +08:00 committed by GitHub
parent d440f068f4
commit bd14485ca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "tikv-client"
version = "0.2.0"
version = "0.3.0"
keywords = ["TiKV", "KV", "distributed-systems"]
license = "Apache-2.0"
authors = ["The TiKV Project Authors"]

View File

@ -17,7 +17,7 @@ The TiKV client is a Rust library (crate). To use this crate in your project, ad
```toml
[dependencies]
tikv-client = "0.2.0"
tikv-client = "0.3"
```
### Prerequisites