Skip to content

Commit 76ec25f

Browse files
committed
Revert "Update version number to 8.0"
This reverts commit 3179f25. Signed-off-by: Ping Xie <[email protected]>
1 parent aff4d50 commit 76ec25f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
* similar. */
55
#define SERVER_NAME "valkey"
66
#define SERVER_TITLE "Valkey"
7-
#define VALKEY_VERSION "8.0.0"
8-
#define VALKEY_VERSION_NUM 0x00080000
7+
#define VALKEY_VERSION "7.9.240"
8+
#define VALKEY_VERSION_NUM 0x000709f0
99

1010
/* Redis OSS compatibility version, should never
1111
* exceed 7.2.x. */

0 commit comments

Comments
 (0)