From 32af21f295cbe2fa76d8501222b71db9238bda86 Mon Sep 17 00:00:00 2001 From: Brian Sam-Bodden Date: Mon, 8 Dec 2025 09:38:13 -0700 Subject: [PATCH] release: bump to version 2.0.1 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d8a13035..aac14877 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version = 2.0.0 +version = 2.0.1 group = com.redis.om description = Redis OM Spring provides powerful repository and custom object-mapping abstractions built on top of the powerful Spring Data Redis (SDR) framework.