From 09834f59a1cab237ca18527413cccfd21985c01d Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 15 Dec 2010 15:22:04 +0100 Subject: [PATCH] version bumped to 2.1.8 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 854861ea9..ff8473e78 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "2.1.7" +#define REDIS_VERSION "2.1.8"