diff --git a/hiredis.h b/hiredis.h index 5ce7a69..1412a34 100644 --- a/hiredis.h +++ b/hiredis.h @@ -36,7 +36,7 @@ #define HIREDIS_MAJOR 0 #define HIREDIS_MINOR 9 -#define HIREDIS_PATCH 1 +#define HIREDIS_PATCH 2 #define REDIS_ERR -1 #define REDIS_OK 0