Skip to content

Commit 3f85675

Browse files
author
DvirDukhan
committed
Merge branch 'new-resultset-structure' of https://github.com/RedisGraph/JRedisGraph into new-resultset-structure
2 parents 582e3c5 + d058b9a commit 3f85675

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RedisGraph Java client
2222
```
2323

2424
### Snapshots
25+
To be used with RedisGraph 2.0 (not officially released)
2526

2627
```xml
2728
<repositories>
@@ -39,7 +40,7 @@ and
3940
<dependency>
4041
<groupId>com.redislabs</groupId>
4142
<artifactId>jredisgraph</artifactId>
42-
<version>1.0.5-SNAPSHOT</version>
43+
<version>2.0.0-SNAPSHOT</version>
4344
</dependency>
4445
</dependencies>
4546
```

0 commit comments

Comments
 (0)