Skip to content

Commit 62e757d

Browse files
authored
Release 0.3.0 (#283)
Signed-off-by: Björn Svensson <bjorn.a.svensson@est.tech>
1 parent 3d10752 commit 62e757d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/valkey/valkey.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ typedef SSIZE_T ssize_t;
5050
#include <stdint.h> /* uintXX_t, etc */
5151

5252
#define LIBVALKEY_VERSION_MAJOR 0
53-
#define LIBVALKEY_VERSION_MINOR 2
54-
#define LIBVALKEY_VERSION_PATCH 1
53+
#define LIBVALKEY_VERSION_MINOR 3
54+
#define LIBVALKEY_VERSION_PATCH 0
5555

5656
/* Connection type can be blocking or non-blocking and is set in the
5757
* least significant bit of the flags field in valkeyContext. */

0 commit comments

Comments
 (0)