We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d16fd6 commit 9e65ddcCopy full SHA for 9e65ddc
2 files changed
README.md
@@ -21,7 +21,7 @@ RedisGraph Java client
21
<dependency>
22
<groupId>com.redislabs</groupId>
23
<artifactId>jredisgraph</artifactId>
24
- <version>2.3.0</version>
+ <version>2.4.0</version>
25
</dependency>
26
</dependencies>
27
```
@@ -43,7 +43,7 @@ and
43
44
45
46
- <version>2.4.0-SNAPSHOT</version>
+ <version>2.5.0-SNAPSHOT</version>
47
48
49
pom.xml
@@ -6,7 +6,7 @@
6
7
8
9
10
11
<name>JRedisGraph</name>
12
<description>Official client for Redis-Graph</description>
0 commit comments