Skip to content

Commit

Permalink
bump 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 authored May 5, 2021
1 parent af3c830 commit df1177b
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 @@ -58,7 +58,7 @@ Or use it as a maven dependency:
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>3.5.2</version>
<version>3.6.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand All @@ -82,7 +82,7 @@ and
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.7.0-SNAPSHOT</version>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit df1177b

Please sign in to comment.