Skip to content

Commit

Permalink
Bump to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrowan committed Aug 23, 2020
1 parent a5d3732 commit 7206230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dgraph"
version = "0.3.1"
version = "0.4.0"
authors = ["Swoorup Joshi"]
description = "A rust client for Dgraph database"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -41,7 +41,7 @@ certain prerequisites needed before it can be installed. You can find them in

```toml
[dependencies]
dgraph = "0.3.1"
dgraph = "0.4.0"
```

There are also a couple of passthrough `grpcio` features available:
Expand Down

0 comments on commit 7206230

Please sign in to comment.