Skip to content

Commit bd14485

Browse files
authored
chore: bump version 0.3.0 (tikv#434)
Signed-off-by: Andy Lok <andylokandy@hotmail.com>
1 parent d440f06 commit bd14485

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tikv-client"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
keywords = ["TiKV", "KV", "distributed-systems"]
55
license = "Apache-2.0"
66
authors = ["The TiKV Project Authors"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The TiKV client is a Rust library (crate). To use this crate in your project, ad
1717

1818
```toml
1919
[dependencies]
20-
tikv-client = "0.2.0"
20+
tikv-client = "0.3"
2121
```
2222

2323
### Prerequisites

0 commit comments

Comments
 (0)