From e1498070b095be67518daab16a8b37f0f907c4c4 Mon Sep 17 00:00:00 2001 From: Marcos Nils <marcosnils@gmail.com> Date: Mon, 18 Jul 2016 18:01:50 -0300 Subject: [PATCH] Bump version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 582c70f088..5896cfc9e5 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Or use it as a maven dependency: <dependency> <groupId>redis.clients</groupId> <artifactId>jedis</artifactId> - <version>2.8.0</version> + <version>2.8.1</version> <type>jar</type> <scope>compile</scope> </dependency>