Skip to content

Commit efb01f7

Browse files
committed
Update dgraph4j version in README
1 parent b4325e2 commit efb01f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ grab via Maven:
5050
<dependency>
5151
<groupId>io.dgraph</groupId>
5252
<artifactId>dgraph4j</artifactId>
53-
<version>2.0.1</version>
53+
<version>20.03.0</version>
5454
</dependency>
5555
```
5656
or Gradle:
5757
```groovy
58-
compile 'io.dgraph:dgraph4j:2.0.1'
58+
compile 'io.dgraph:dgraph4j:20.03.0'
5959
```
6060

6161
## Supported Versions

0 commit comments

Comments
 (0)