From d88b0631a60250562d22fb2342ef5d50af08de2b Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Fri, 3 Apr 2026 11:07:53 +0200 Subject: [PATCH] clarify redis version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa6d308..1a2fbc4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A Redis client library for Carp, supporting Redis 7.x. ## Installation ```clojure -(load "https://git.veitheller.de/carpentry/redis.git@master") +(load "https://git.veitheller.de/carpentry/redis.git@0.1.0") ``` ## Usage