From c12c52aa7e771985b6b7410a2b789ec50248808d Mon Sep 17 00:00:00 2001 From: Ping Xie Date: Fri, 13 Sep 2024 21:53:57 -0700 Subject: [PATCH] Update version number to 8.0 Signed-off-by: Ping Xie --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index aecef745d4..3005df6b81 100644 --- a/src/version.h +++ b/src/version.h @@ -4,8 +4,8 @@ * similar. */ #define SERVER_NAME "valkey" #define SERVER_TITLE "Valkey" -#define VALKEY_VERSION "7.9.240" -#define VALKEY_VERSION_NUM 0x000709f0 +#define VALKEY_VERSION "8.0.0" +#define VALKEY_VERSION_NUM 0x00080000 /* Redis OSS compatibility version, should never * exceed 7.2.x. */