From 30c8f90cd9ccf5cd0381e861a7b71f245b17ba68 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 Sep 2024 07:50:53 +0200 Subject: [PATCH] bump version --- php_redis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_redis.h b/php_redis.h index 232025f..ca6f758 100644 --- a/php_redis.h +++ b/php_redis.h @@ -23,7 +23,7 @@ #define PHP_REDIS_H /* phpredis version */ -#define PHP_REDIS_VERSION "6.1.0RC1" +#define PHP_REDIS_VERSION "6.1.0RC2" /* For convenience we store the salt as a printable hex string which requires 2 * characters per byte + 1 for the NULL terminator */