From cb55ad991b54031fbfeb627b38d5b4d726895a0a Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 8 May 2013 15:24:54 +0200 Subject: [PATCH] Version bumped to 2.7.1 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 3d211db5..4844e701 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "2.7.0" +#define REDIS_VERSION "2.7.1"