From 15e7e94b1d19b6f9809f1b3c48b5a8cb986efb51 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 27 Jul 2021 07:53:42 +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 420116a13..1742fb49e 100644 --- a/redisson-spring-boot-starter/README.md +++ b/redisson-spring-boot-starter/README.md @@ -14,14 +14,14 @@ Maven org.redisson redisson-spring-boot-starter - 3.16.0 + 3.16.1 ``` Gradle ```groovy - compile 'org.redisson:redisson-spring-boot-starter:3.16.0' + compile 'org.redisson:redisson-spring-boot-starter:3.16.1' ```