diff --git a/hiredis.h b/hiredis.h index 907193e..7fd7770 100644 --- a/hiredis.h +++ b/hiredis.h @@ -34,7 +34,7 @@ #define HIREDIS_MAJOR 0 #define HIREDIS_MINOR 9 -#define HIREDIS_PATCH 0 +#define HIREDIS_PATCH 1 #define REDIS_ERR -1 #define REDIS_OK 0