Skip to content

Commit 6d026b7

Browse files
committed
Bump version to 0.10.0
1 parent 1381e22 commit 6d026b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hiredis.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
#include <sys/time.h> /* for struct timeval */
3737

3838
#define HIREDIS_MAJOR 0
39-
#define HIREDIS_MINOR 9
40-
#define HIREDIS_PATCH 2
39+
#define HIREDIS_MINOR 10
40+
#define HIREDIS_PATCH 0
4141

4242
#define REDIS_ERR -1
4343
#define REDIS_OK 0

0 commit comments

Comments
 (0)