Skip to content

Commit 45c2ed1

Browse files
authored
Release 0.4.0 (#286)
Signed-off-by: Björn Svensson <bjorn.a.svensson@est.tech>
1 parent 40d6590 commit 45c2ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/valkey/valkey.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ typedef SSIZE_T ssize_t;
5050
#include <stdint.h> /* uintXX_t, etc */
5151

5252
#define LIBVALKEY_VERSION_MAJOR 0
53-
#define LIBVALKEY_VERSION_MINOR 3
53+
#define LIBVALKEY_VERSION_MINOR 4
5454
#define LIBVALKEY_VERSION_PATCH 0
5555

5656
/* Connection type can be blocking or non-blocking and is set in the

0 commit comments

Comments
 (0)