We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d10752 commit 62e757dCopy full SHA for 62e757d
include/valkey/valkey.h
@@ -50,8 +50,8 @@ typedef SSIZE_T ssize_t;
50
#include <stdint.h> /* uintXX_t, etc */
51
52
#define LIBVALKEY_VERSION_MAJOR 0
53
-#define LIBVALKEY_VERSION_MINOR 2
54
-#define LIBVALKEY_VERSION_PATCH 1
+#define LIBVALKEY_VERSION_MINOR 3
+#define LIBVALKEY_VERSION_PATCH 0
55
56
/* Connection type can be blocking or non-blocking and is set in the
57
* least significant bit of the flags field in valkeyContext. */
0 commit comments