summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hiredis.h2
1 files changed, 1 insertions, 1 deletions
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