From 39dee48a353251295da68d937fcc534b36622551 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Mon, 24 Feb 2020 09:59:57 +0300 Subject: [PATCH] Update README.md --- redisson-spring-boot-starter/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redisson-spring-boot-starter/README.md b/redisson-spring-boot-starter/README.md index 6174f2e43..a41afe3ef 100644 --- a/redisson-spring-boot-starter/README.md +++ b/redisson-spring-boot-starter/README.md @@ -16,14 +16,14 @@ Maven org.redisson redisson-spring-boot-starter - 3.12.1 + 3.12.2 ``` Gradle ```groovy - compile 'org.redisson:redisson-spring-boot-starter:3.12.1' + compile 'org.redisson:redisson-spring-boot-starter:3.12.2' ```