Skip to content

Commit

Permalink
Update dgraph4j version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
aakside committed Apr 2, 2020
1 parent b4325e2 commit efb01f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ grab via Maven:
<dependency>
<groupId>io.dgraph</groupId>
<artifactId>dgraph4j</artifactId>
<version>2.0.1</version>
<version>20.03.0</version>
</dependency>
```
or Gradle:
```groovy
compile 'io.dgraph:dgraph4j:2.0.1'
compile 'io.dgraph:dgraph4j:20.03.0'
```

## Supported Versions
Expand Down

0 comments on commit efb01f7

Please sign in to comment.